Skip to content

Commit 9e2aa58

Browse files
committed
Comments update
1 parent b522a4d commit 9e2aa58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Engine/Core/Interrupt Handler.asm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ VInt:
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

0 commit comments

Comments
 (0)