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
1 changed files with 1 additions and 1 deletions

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