* pModeList changed to a far pointer

git-svn-id: trunk@25678 -
This commit is contained in:
nickysn 2013-10-06 10:29:54 +00:00
parent 98913dc7d5
commit 8a9634034a

View File

@ -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}