mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
add build metadata
This commit is contained in:
parent
2e97ca4fc8
commit
0c442f1d46
@ -39,7 +39,8 @@ disp2: sta $1 ; write address high
|
||||
sta $0 ; write address low
|
||||
inx ; set next msg byte
|
||||
bra disp0 ; back to the beginning
|
||||
confirm: pha
|
||||
confirm:
|
||||
pha
|
||||
ldx #(msg3-msg1) ; ask confirm
|
||||
jsr disp
|
||||
jsr gtkey
|
||||
@ -83,4 +84,6 @@ msg1 = *
|
||||
msg2: .byte $07,$db,"ROM 5X 04/08/17"
|
||||
.byte $05,$ae,$00 ; cursor pos in menu
|
||||
msg3: .byte $05,$b0,"SURE? ",$00
|
||||
|
||||
; metadata to identify build conditions
|
||||
.dword .time
|
||||
.word .version
|
||||
|
Loading…
Reference in New Issue
Block a user