From a1728f5c99b53866f8cebbc54e8030c7be5e68f6 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Tue, 25 Feb 2025 07:33:45 -0800 Subject: [PATCH] another try on Star Maze --- src/demo/star.maze.a | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/demo/star.maze.a b/src/demo/star.maze.a index 9ad7fac01..13d2b54bd 100644 --- a/src/demo/star.maze.a +++ b/src/demo/star.maze.a @@ -34,15 +34,10 @@ stx $7BD5 stx $984B - ldx #$14 - lda #$d0 -- sta $1df1, x ; redirect unused page to $d000 - dex - bpl - - jsr $7F8B ; swap screen holes +DISABLE_ACCEL jsr $7F8B ; swap screen holes + lda $c082 ; maybe STA doesn't work reliably? jmp $79D3 callback