mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-14 01:05:01 +00:00
restore init order
This commit is contained in:
parent
04968b7c49
commit
fe48ae825a
@ -26,7 +26,8 @@
|
||||
; bit 6 = 1 if 128K
|
||||
; bit 7 = 1 if joystick
|
||||
|
||||
+READ_ROM_WRITE_RAM1
|
||||
+READ_ROM_WRITE_RAM2
|
||||
jsr init ; initialize ProRWTS2 (bye bye ProDOS)
|
||||
ldx #$00 ; relocate rest of program to RAM bank 1 in language card
|
||||
@FM lda FirstMover,x
|
||||
sta RELBASE,x
|
||||
@ -39,7 +40,6 @@
|
||||
inc @FM+5
|
||||
bne @FM
|
||||
+
|
||||
jsr init ; initialize ProRWTS2 (bye bye ProDOS)
|
||||
jmp OneTimeSetup
|
||||
|
||||
@no64K
|
||||
|
@ -83,6 +83,11 @@
|
||||
bit $C089
|
||||
}
|
||||
|
||||
!macro READ_ROM_WRITE_RAM2 {
|
||||
bit $C081
|
||||
bit $C081
|
||||
}
|
||||
|
||||
!macro READ_ROM_NO_WRITE {
|
||||
bit $C082
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user