diff --git a/res/DEMO/APPLE.INVADER b/res/DEMO/APPLE.INVADER index 8d1bfa9a9..33bddd2c9 100644 Binary files a/res/DEMO/APPLE.INVADER and b/res/DEMO/APPLE.INVADER differ diff --git a/src/demo/apple.invader.a b/src/demo/apple.invader.a index f5d8e1987..9d58e2d18 100644 --- a/src/demo/apple.invader.a +++ b/src/demo/apple.invader.a @@ -9,8 +9,14 @@ !source "src/macros.a" +GAME_REQUIRES_JOYSTICK + + lda $7fe + pha +READ_RAM2_WRITE_RAM2 jsr EnableAccelerator + pla + sta $7fe ; overwritten by GS acceleration + +LOAD_FILE_AT title, $00 +READ_ROM_NO_WRITE @@ -49,7 +55,13 @@ sta $46C0+2 ; exit on keypress sta $4A9B ; exit at end of demo loop (moved to $1E37+2) - +DISABLE_ACCEL + +READ_RAM2_NO_WRITE + lda $7fe + pha + jsr DisableAccelerator + +READ_ROM_NO_WRITE + pla + sta $7fe ; overwritten by GS acceleration jmp $5F00