mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +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
|
||||
;(c) 2024 by qkumba
|
||||
;(c) 2024 by qkumba/Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/DEMO/POLLYWOG#060300",plain
|
||||
@ -9,12 +9,12 @@
|
||||
!source "src/macros.a"
|
||||
|
||||
+GAME_REQUIRES_JOYSTICK
|
||||
|
||||
+TEST_TEXT_PAGE_2 ; will look wonky on ROM0/1 Apple //gs
|
||||
; due to lores page flipping
|
||||
+ENABLE_ACCEL_LC
|
||||
+LOAD_XSINGLE title
|
||||
+READ_ROM_NO_WRITE
|
||||
|
||||
+USES_TEXT_PAGE_2
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $82C
|
||||
jsr $800 ; decompress
|
||||
|
Loading…
Reference in New Issue
Block a user