restore init order

This commit is contained in:
Peter Ferrie 2019-06-19 18:36:49 -07:00
parent 04968b7c49
commit fe48ae825a
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -83,6 +83,11 @@
bit $C089
}
!macro READ_ROM_WRITE_RAM2 {
bit $C081
bit $C081
}
!macro READ_ROM_NO_WRITE {
bit $C082
}