Damnit, I need to get some sleep
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user