mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-09 13:33:26 +00:00
correct vblank detection
incomplete for IIc
This commit is contained in:
parent
d8c08bcecf
commit
17e74aa6d0
@ -503,10 +503,10 @@ end
|
||||
asm vlbWait
|
||||
DEX
|
||||
- LDA $C019
|
||||
BMI -
|
||||
BPL - ; wait for current one to end
|
||||
- LDA $C019
|
||||
BPL -
|
||||
RTS
|
||||
BMI - ; wait for next one to start
|
||||
RTS ; yes, the flag is saying !vblank
|
||||
end
|
||||
//
|
||||
// Set double lores graphics, return draw buffer
|
||||
|
Loading…
Reference in New Issue
Block a user