mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
fix some things
This commit is contained in:
parent
690238ae90
commit
ee9e59a415
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user