mirror of
https://github.com/mgcaret/romex.git
synced 2024-11-23 01:36:30 +00:00
adjust appletalk boot message, bump version
This commit is contained in:
parent
6f724e7d4f
commit
37af7c6a06
@ -55,6 +55,7 @@ tabv = $fb5b ; vtab to a-reg
|
|||||||
vtab = $fc22 ; vtab to cv
|
vtab = $fc22 ; vtab to cv
|
||||||
sloop = $faba ; slot scan loop
|
sloop = $faba ; slot scan loop
|
||||||
title = $fb60 ; clear screen, display "Apple //e"
|
title = $fb60 ; clear screen, display "Apple //e"
|
||||||
|
kbdwait = $fb88 ; wait for keyboard input, print char
|
||||||
bell1 = $fbdd ; beep
|
bell1 = $fbdd ; beep
|
||||||
wait = $fca8 ; waste time
|
wait = $fca8 ; waste time
|
||||||
rdkey = $fd0c ; read keyboard
|
rdkey = $fd0c ; read keyboard
|
||||||
|
@ -110,9 +110,9 @@ msg0: .byte 3,menucol,"0 Monitor"
|
|||||||
.endif
|
.endif
|
||||||
.byte 5,menucol,"Slots:"
|
.byte 5,menucol,"Slots:"
|
||||||
.byte 22,16,"By M.G."
|
.byte 22,16,"By M.G."
|
||||||
msg1: .byte 23,13,"ROM eX 02-19A",13,menucol,$00
|
msg1: .byte 23,13,"ROM eX 02-19B",13,menucol,$00
|
||||||
.if no_tape
|
.if no_tape
|
||||||
msg2: .byte "ATalk ",$00
|
msg2: .byte "AT ",$00
|
||||||
.else
|
.else
|
||||||
msg2: .byte "AppleTalk ",$00
|
msg2: .byte "AppleTalk ",$00
|
||||||
.endif
|
.endif
|
||||||
@ -128,5 +128,4 @@ msg6: .byte "Smart",$00
|
|||||||
.else
|
.else
|
||||||
msg6: .byte "SmartPort",$00
|
msg6: .byte "SmartPort",$00
|
||||||
.endif
|
.endif
|
||||||
msg7: .byte 3,16,"Press ",$C1,$00
|
msg7: .byte 3,15,"Press ",$C1,"+",$CD,$00
|
||||||
|
|
||||||
|
@ -23,8 +23,11 @@
|
|||||||
.else
|
.else
|
||||||
jsr $c606 ; display messsage
|
jsr $c606 ; display messsage
|
||||||
.endif
|
.endif
|
||||||
: bit butn0
|
jsr rdkey
|
||||||
bpl :-
|
cmp #$8d
|
||||||
|
bne atwait
|
||||||
|
bit butn0
|
||||||
|
bpl atwait
|
||||||
rts
|
rts
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
@ -103,7 +106,11 @@ at_chk:
|
|||||||
iny
|
iny
|
||||||
cpy #$FD
|
cpy #$FD
|
||||||
bcc at_chk
|
bcc at_chk
|
||||||
done: rts
|
done:
|
||||||
|
.if 0 ; TEST: set to 1 to test AppleTalk boot function
|
||||||
|
sec
|
||||||
|
.endif
|
||||||
|
rts
|
||||||
atid: .byte "ATLK"
|
atid: .byte "ATLK"
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user