less chatty

This commit is contained in:
Peter Ferrie 2019-09-10 14:33:43 -07:00
parent 4cdc91b73f
commit 010397e395
2 changed files with 2 additions and 3 deletions

View File

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

View File

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