mirror of
https://github.com/jeremysrand/BuGS.git
synced 2024-10-31 16:05:49 +00:00
Fix the VBL code.
This commit is contained in:
parent
36104869b8
commit
063b4ce60c
@ -688,10 +688,11 @@ waitForKey_loop anop
|
||||
waitForVbl entry
|
||||
short i,m
|
||||
vblLoop1 anop
|
||||
lda $e0c019
|
||||
bmi vblLoop1
|
||||
lda #$fe
|
||||
cmp $e0c019
|
||||
bpl vblLoop1
|
||||
vblLoop2 anop
|
||||
lda $e0c019
|
||||
cmp $e0c019
|
||||
bmi vblLoop2
|
||||
long i,m
|
||||
rtl
|
||||
|
Loading…
Reference in New Issue
Block a user