From 76faf595093a678ce8c9cedd08d41664cf66ac00 Mon Sep 17 00:00:00 2001 From: frankmilliron <34376619+frankmilliron@users.noreply.github.com> Date: Wed, 9 Dec 2020 20:11:08 -0800 Subject: [PATCH] Fix World Games reset so that it reboots instead (#353) --- src/prelaunch/world.games.a | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/prelaunch/world.games.a b/src/prelaunch/world.games.a index cea396f30..5a11bed94 100644 --- a/src/prelaunch/world.games.a +++ b/src/prelaunch/world.games.a @@ -1,5 +1,5 @@ ;license:MIT -;(c) 2020 by qkumba +;(c) 2020 by qkumba/Frank M. !cpu 6502 !to "build/PRELAUNCH/WORLD.GAMES",plain @@ -26,6 +26,7 @@ +READ_RAM2_NO_WRITE jsr DisableAccelerator inc $BF0E ; disable ROM remapping + inc $D6A ; set power up byte to reboot jmp $BF5 game !byte 7