mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +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 {
|
||||
lda ROM_MACHINEID
|
||||
cmp #$06
|
||||
bne +
|
||||
sec
|
||||
jsr $FE1F ; check for IIgs
|
||||
bcs +
|
||||
|
@ -15,6 +15,7 @@
|
||||
+DISABLE_ACCEL
|
||||
jsr $4C00
|
||||
+ENABLE_ACCEL
|
||||
ldy #0
|
||||
jsr $B839
|
||||
+DISABLE_ACCEL
|
||||
+GET_MACHINE_STATUS
|
||||
|
Loading…
Reference in New Issue
Block a user