mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix hang on Pollywog demo on ROM0/1 Apple IIgs (#624)
This commit is contained in:
parent
dfd264559c
commit
7011550118
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2024 by qkumba
|
;(c) 2024 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/DEMO/POLLYWOG#060300",plain
|
!to "build/DEMO/POLLYWOG#060300",plain
|
||||||
@ -9,12 +9,12 @@
|
|||||||
!source "src/macros.a"
|
!source "src/macros.a"
|
||||||
|
|
||||||
+GAME_REQUIRES_JOYSTICK
|
+GAME_REQUIRES_JOYSTICK
|
||||||
|
+TEST_TEXT_PAGE_2 ; will look wonky on ROM0/1 Apple //gs
|
||||||
|
; due to lores page flipping
|
||||||
+ENABLE_ACCEL_LC
|
+ENABLE_ACCEL_LC
|
||||||
+LOAD_XSINGLE title
|
+LOAD_XSINGLE title
|
||||||
|
+READ_ROM_NO_WRITE
|
||||||
|
|
||||||
+USES_TEXT_PAGE_2
|
|
||||||
+ENABLE_ACCEL
|
|
||||||
lda #$60
|
lda #$60
|
||||||
sta $82C
|
sta $82C
|
||||||
jsr $800 ; decompress
|
jsr $800 ; decompress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user