mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +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.a"
|
||||
!source "src/prodos.impl.a"
|
||||
LCRAM2_END = *
|
||||
!if * > $DFEF {
|
||||
!error "code is too large: ends at ", *
|
||||
} else {
|
||||
!warn "LCRAM2 ends at ", *
|
||||
}
|
||||
}
|
||||
EvenLasterMover
|
||||
@ -117,6 +116,7 @@ EvenLasterMover
|
||||
!ifdef PASS2 {
|
||||
} else { ;PASS2
|
||||
!set PASS2=1
|
||||
!warn "LCRAM2 ends at ", LCRAM2_END
|
||||
!warn "RELBASE = ", $10000 - (LastMover - FirstMover)
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,6 @@
|
||||
; out: never returns to caller (may JMP to other major modes)
|
||||
;------------------------------------------------------------------------------
|
||||
SearchMode
|
||||
+READ_RAM1_WRITE_RAM1
|
||||
ldx #$FF
|
||||
txs
|
||||
stx SelectedIndex ; $FF = no game selected
|
||||
|
Loading…
Reference in New Issue
Block a user