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:
parent
d8c08bcecf
commit
17e74aa6d0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user