mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
Merge branch 'master' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
4c3ee43b9b
@ -106,10 +106,9 @@ LastMover
|
|||||||
!source "src/ui.font.data.a"
|
!source "src/ui.font.data.a"
|
||||||
!source "src/ui.font.a"
|
!source "src/ui.font.a"
|
||||||
!source "src/prodos.impl.a"
|
!source "src/prodos.impl.a"
|
||||||
|
LCRAM2_END = *
|
||||||
!if * > $DFEF {
|
!if * > $DFEF {
|
||||||
!error "code is too large: ends at ", *
|
!error "code is too large: ends at ", *
|
||||||
} else {
|
|
||||||
!warn "LCRAM2 ends at ", *
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EvenLasterMover
|
EvenLasterMover
|
||||||
@ -117,6 +116,7 @@ EvenLasterMover
|
|||||||
!ifdef PASS2 {
|
!ifdef PASS2 {
|
||||||
} else { ;PASS2
|
} else { ;PASS2
|
||||||
!set PASS2=1
|
!set PASS2=1
|
||||||
|
!warn "LCRAM2 ends at ", LCRAM2_END
|
||||||
!warn "RELBASE = ", $10000 - (LastMover - FirstMover)
|
!warn "RELBASE = ", $10000 - (LastMover - FirstMover)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
; out: never returns to caller (may JMP to other major modes)
|
; out: never returns to caller (may JMP to other major modes)
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
SearchMode
|
SearchMode
|
||||||
+READ_RAM1_WRITE_RAM1
|
|
||||||
ldx #$FF
|
ldx #$FF
|
||||||
txs
|
txs
|
||||||
stx SelectedIndex ; $FF = no game selected
|
stx SelectedIndex ; $FF = no game selected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user