1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-24 20:31:12 +00:00

correct vblank detection

incomplete for IIc
This commit is contained in:
Peter Ferrie 2016-08-04 10:39:50 -07:00
parent d8c08bcecf
commit 17e74aa6d0

View File

@ -503,10 +503,10 @@ end
asm vlbWait asm vlbWait
DEX DEX
- LDA $C019 - LDA $C019
BMI - BPL - ; wait for current one to end
- LDA $C019 - LDA $C019
BPL - BMI - ; wait for next one to start
RTS RTS ; yes, the flag is saying !vblank
end end
// //
// Set double lores graphics, return draw buffer // Set double lores graphics, return draw buffer