* save another 2 bytes from the InitModeX code :)

git-svn-id: trunk@40983 -
This commit is contained in:
nickysn 2019-01-21 23:09:58 +00:00
parent 81aea037ec
commit 3b2fc5d34b

View File

@ -2467,7 +2467,7 @@ const CrtAddress: word = 0;
AND AL,0F7h {bit 3 := 0: don't chain the 4 planes}
OR AL,04 {bit 2 := 1: no odd/even mechanism }
OUT DX,AL {activate new settings }
MOV DX,03C4h {s.a.: address sequencer reg. 2 (=map-mask),... }
DEC DX {s.a.: address sequencer reg. 2 (=map-mask),... }
MOV AL,02
OUT DX,AL
INC DX