File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2424 ; detect PAL region consoles
2525 btst #0 ,(VDP_control_port-VDP_control_port)+1 (a5 )
2626 beq.s .notpal ; branch if it's not a PAL system
27+
28+ ; wait to hide CRAM dots
2729 move.w #$700 ,d0
2830 dbf d0 ,* ; otherwise, waste a bit of time here
2931
@@ -80,6 +82,8 @@ VInt_Lag_Level:
8082 ; detect PAL region consoles
8183 btst #0 ,(VDP_control_port-VDP_control_port)+1 (a5 )
8284 beq.s .notpal ; branch if it isn't a PAL system
85+
86+ ; wait to hide CRAM dots
8387 move.w #$700 ,d0
8488 dbf d0 ,* ; otherwise waste a bit of time here
8589
@@ -107,6 +111,8 @@ VInt_Lag_NoWater:
107111 ; detect PAL region consoles
108112 btst #0 ,(VDP_control_port-VDP_control_port)+1 (a5 )
109113 beq.s .notpal ; branch if it isn't a PAL system
114+
115+ ; wait to hide CRAM dots
110116 move.w #$700 ,d0
111117 dbf d0 ,* ; otherwise, waste a bit of time here
112118
You can’t perform that action at this time.
0 commit comments