Fix for stupid bug (Thanks MKendora!)

This commit is contained in:
pagefault
2003-11-03 06:30:26 +00:00
parent b0ebbf80f0
commit b6d1403c43

View File

@@ -736,8 +736,8 @@ reg213Er:
reg213Fr: reg213Fr:
; mov byte[debstop3],1 ; mov byte[debstop3],1
mov al,[ppustatus] mov al,[ppustatus]
or al,[romispal]
shl al,4 shl al,4
or al,[romispal]
or al,[cfield] or al,[cfield]
mov byte[latchxr],0 mov byte[latchxr],0
mov byte[latchyr],0 mov byte[latchyr],0