mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
13 lines
342 B
C
13 lines
342 B
C
; acclerator menu text
|
|
msg1: .byte $06,$a8,$81,"ccel: Off"
|
|
.byte $06,$b3,$00
|
|
msg2: .byte $06,$b0,"n "
|
|
.byte $06,$bc,$93,"pk Dly: On"
|
|
.if ::spdpct
|
|
.byte $07,$28,$bc,$ad," 100% ",$ad,$be
|
|
.else
|
|
.byte $07,$28,$bc,$ad," 4.00 MHz ",$ad,$be
|
|
.endif
|
|
.byte $07,$3c,$90,"dl Dly: On"
|
|
.byte $07,$4f,$00
|