From c95b8f8f2491c846d2c6709b39727c6167e37b00 Mon Sep 17 00:00:00 2001 From: g012 Date: Mon, 23 Oct 2017 09:19:58 +0200 Subject: [PATCH] Fixed init bug in hook sample too. --- samples/vcs_hooks.l65 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vcs_hooks.l65 b/samples/vcs_hooks.l65 index 177de42..9b516c7 100644 --- a/samples/vcs_hooks.l65 +++ b/samples/vcs_hooks.l65 @@ -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()