From 17df23879263eaba7f7bbcea22f6bdbe18a7c849 Mon Sep 17 00:00:00 2001 From: frankmilliron <34376619+frankmilliron@users.noreply.github.com> Date: Fri, 5 Nov 2021 17:31:00 -0700 Subject: [PATCH] better Short Circuit demo exit (#425) * Add files via upload * Add files via upload --- res/DEMO/SHORT.CIRCUIT | Bin 138 -> 143 bytes src/demo/short.circuit.a | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/res/DEMO/SHORT.CIRCUIT b/res/DEMO/SHORT.CIRCUIT index cf81a21da95bbe325a146866443f6e0c77160948..e7516cc9dc093f5b0ffc9dc1be0c67fa0a032657 100644 GIT binary patch delta 66 zcmeBT>}RynX+8i%3fpflVrUC%3tic`fJx!~|3&|!+4X+8i%3fpflVrUC%3td^WfJx!~|3&#m8#>V{6aYiO8yf%s diff --git a/src/demo/short.circuit.a b/src/demo/short.circuit.a index 0ecc47508..6b94da843 100644 --- a/src/demo/short.circuit.a +++ b/src/demo/short.circuit.a @@ -28,11 +28,13 @@ sta $207C jsr $2000 ; decompress + lda #$4C + sta $A248 lda #0 - sta $A253+1 + sta $A248+1 sta $A7B4+1 lda #1 - sta $A253+2 ; set exit on keypress + sta $A248+2 ; set exit on keypress sta $A7B4+2 ; set exit at end of demo cycle lda #$D0