mirror of
https://github.com/g012/l65.git
synced 2025-01-11 13:29:50 +00:00
Fixed init bug in hook sample too.
This commit is contained in:
parent
f589f55961
commit
c95b8f8f24
@ -25,7 +25,7 @@ local wait = function() local l=label() lda INTIM bne l end
|
||||
|
||||
@@start
|
||||
-- clear zeropage
|
||||
cld ldx#0 txa @_clear dex tsx pha bne _clear
|
||||
cld ldx#0 txa @_clear dex txs pha bne _clear
|
||||
@main
|
||||
-- overscan
|
||||
sta WSYNC lda#2 sta VBLANK lda#TIM_OVERSCAN sta TIM64T wait()
|
||||
|
Loading…
x
Reference in New Issue
Block a user