mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
minor documentation bug fixed (#133)
`$C05a` was incorrectly referred to as enabling VBL polling, which is actually the function of `$C05B` > C05A= If IOUDIS on: Disable VBL Interrupts
This commit is contained in:
parent
f87617cb5c
commit
45cdd3bdb1
@ -68,6 +68,6 @@ UnwaitForVBL
|
|||||||
bpl -
|
bpl -
|
||||||
lda $C070 ; $c019 bit 7 is sticky, reset it
|
lda $C070 ; $c019 bit 7 is sticky, reset it
|
||||||
sta $C07F ; enable access to VBL register
|
sta $C07F ; enable access to VBL register
|
||||||
sta $C05A ; enable VBL polling
|
sta $C05A ; disable VBL polling
|
||||||
sta $C07E ; disable access to VBL register
|
sta $C07E ; disable access to VBL register
|
||||||
rts
|
rts
|
||||||
|
Loading…
Reference in New Issue
Block a user