mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-05 05:24:33 +00:00
fix some things
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -168,6 +168,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
!macro USES_TEXT_PAGE_2 {
|
!macro USES_TEXT_PAGE_2 {
|
||||||
|
lda ROM_MACHINEID
|
||||||
|
cmp #$06
|
||||||
|
bne +
|
||||||
sec
|
sec
|
||||||
jsr $FE1F ; check for IIgs
|
jsr $FE1F ; check for IIgs
|
||||||
bcs +
|
bcs +
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
jsr $4C00
|
jsr $4C00
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
|
ldy #0
|
||||||
jsr $B839
|
jsr $B839
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
+GET_MACHINE_STATUS
|
+GET_MACHINE_STATUS
|
||||||
|
Reference in New Issue
Block a user