mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 04:27:26 +01:00
* pModeList changed to a far pointer
git-svn-id: trunk@25678 -
This commit is contained in:
parent
98913dc7d5
commit
8a9634034a
@ -17,7 +17,7 @@
|
||||
|
||||
TYPE
|
||||
|
||||
pModeList = ^tModeList;
|
||||
pModeList = ^tModeList;far;
|
||||
tModeList = Array [0..255] of word; {list of modes terminated by -1}
|
||||
{VESA modes are >=100h}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user