1
0
mirror of https://github.com/g012/l65.git synced 2024-06-12 17:41:44 +00:00

Fixed init bug in hook sample too.

This commit is contained in:
g012 2017-10-23 09:19:58 +02:00
parent f589f55961
commit c95b8f8f24

View File

@ -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()