mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
less chatty
This commit is contained in:
parent
4cdc91b73f
commit
010397e395
@ -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