mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
interlace: still one cycle off
This commit is contained in:
parent
fc275eecde
commit
c64b7c7e18
@ -178,10 +178,10 @@ display_loop:
|
|||||||
; -582 -- erase 22+4*(8+6+126) = 582
|
; -582 -- erase 22+4*(8+6+126) = 582
|
||||||
; -696 -- move+draw 4*(16+26+6+126) = 696
|
; -696 -- move+draw 4*(16+26+6+126) = 696
|
||||||
; -10 -- keypress
|
; -10 -- keypress
|
||||||
; -381 -- calc values
|
; -381(382) -- calc values
|
||||||
; -997 -- mockingboard out
|
; -997 -- mockingboard out
|
||||||
;=======
|
;=======
|
||||||
; 1884 2881 2265
|
; 1883 2881 2265
|
||||||
|
|
||||||
pad_time:
|
pad_time:
|
||||||
|
|
||||||
@ -362,13 +362,13 @@ pad_time:
|
|||||||
; WAIT for VBLANK to finish
|
; WAIT for VBLANK to finish
|
||||||
;============================
|
;============================
|
||||||
|
|
||||||
; Try X=124 Y=3 cycles=1879R5
|
; Try X=124 Y=3 cycles=1879R4
|
||||||
|
|
||||||
lda TEMP
|
nop
|
||||||
nop
|
nop
|
||||||
|
|
||||||
; Try X=2 Y=180 cycles=2881
|
;; Try X=2 Y=180 cycles=2881
|
||||||
; Try X=112 Y=4 cycles=2265
|
;; Try X=112 Y=4 cycles=2265
|
||||||
|
|
||||||
ldy #3 ; 2
|
ldy #3 ; 2
|
||||||
loop1: ldx #124 ; 2
|
loop1: ldx #124 ; 2
|
||||||
|
Loading…
Reference in New Issue
Block a user