Damnit, I need to get some sleep

This commit is contained in:
pagefault
2003-11-03 06:31:37 +00:00
parent b6d1403c43
commit b7b35210d8

View File

@@ -735,9 +735,9 @@ reg213Er:
; PPU Status Flag & Version number (NTSC/PAL/EXTRN Latch flag) ; PPU Status Flag & Version number (NTSC/PAL/EXTRN Latch flag)
reg213Fr: reg213Fr:
; mov byte[debstop3],1 ; mov byte[debstop3],1
mov al,[ppustatus] mov al,[romispal]
shl al,4 shl al,4
or al,[romispal] or al,[ppustatus]
or al,[cfield] or al,[cfield]
mov byte[latchxr],0 mov byte[latchxr],0
mov byte[latchyr],0 mov byte[latchyr],0