mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-08-15 13:27:31 +00:00
more silent
This commit is contained in:
11
src/anti-m.a
11
src/anti-m.a
@@ -99,8 +99,7 @@ Tracer
|
|||||||
bcc @jmpboot
|
bcc @jmpboot
|
||||||
jsr IDSpiraDisc
|
jsr IDSpiraDisc
|
||||||
bcc @jmpboot
|
bcc @jmpboot
|
||||||
lda #s_unkboot
|
;... others ...
|
||||||
jmp PrintByID
|
|
||||||
|
|
||||||
@jmpboot
|
@jmpboot
|
||||||
sec ;match boot-time flags and registers
|
sec ;match boot-time flags and registers
|
||||||
@@ -137,13 +136,11 @@ PrintByID
|
|||||||
;
|
;
|
||||||
s_header = $00
|
s_header = $00
|
||||||
s_mainmenu = $01
|
s_mainmenu = $01
|
||||||
s_unkboot = $02
|
STRINGCOUNT = $02
|
||||||
STRINGCOUNT = $03
|
|
||||||
|
|
||||||
StringTable
|
StringTable
|
||||||
!word @header
|
!word @header
|
||||||
!word @mainmenu
|
!word @mainmenu
|
||||||
!word @unkboot
|
|
||||||
|
|
||||||
@header
|
@header
|
||||||
!text "Anti-M by 4am 2019-03-09",$00
|
!text "Anti-M by 4am 2019-03-09",$00
|
||||||
@@ -154,10 +151,6 @@ StringTable
|
|||||||
!text $8D
|
!text $8D
|
||||||
!text " and press <RETURN> to boot",$8D,$00
|
!text " and press <RETURN> to boot",$8D,$00
|
||||||
|
|
||||||
@unkboot
|
|
||||||
!text "Unrecognised boot sector",$8D
|
|
||||||
!text "Exiting",$00
|
|
||||||
|
|
||||||
!src "src/compare.a"
|
!src "src/compare.a"
|
||||||
!src "src/idantim.a"
|
!src "src/idantim.a"
|
||||||
!src "src/idspira.a"
|
!src "src/idspira.a"
|
||||||
|
Reference in New Issue
Block a user