From 833e9f842aae384603e63b7c786be4d569222b68 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 5 Dec 2016 01:23:18 -0800 Subject: [PATCH] Make spin loop time shorter --- tic_tac.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tic_tac.asm b/tic_tac.asm index 75145a1..440c838 100644 --- a/tic_tac.asm +++ b/tic_tac.asm @@ -204,7 +204,7 @@ lda #%10000001 ; enable NMI and joypads sta $4200 mainloop: - Spin_Loop $10 + Spin_Loop $02 stz $2121 @@ -232,7 +232,7 @@ mainloop: ;lda #%00110000 ;sta $2105 - Spin_Loop $10 + Spin_Loop $02 lda #0 sta $2121