Fix #172 garbage from RPI.COMMAND (#173)

* Fix #172 garbage from RPI.COMMAND

* Update version number
This commit is contained in:
Terence Boldt 2024-06-07 17:51:38 -04:00 committed by GitHub
parent cafe4a413b
commit 9786590f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ SetOffsetForCard:
Start:
stx slotx + $1e01 ;set the slot for the driver
stx slotx + $1f01 ;set the slot for the driver
ldy #$00
PrintString:
lda Text,y
@ -157,9 +157,9 @@ a2help:
Text:
.if HW_TYPE = 0
aschi "RPI command version: 000F (classic)"
aschi "RPI command version: 0010 (classic)"
.else
aschi "RPI command version: 800F (pico)"
aschi "RPI command version: 8010 (pico)"
.endif
.byte $8d
.byte $00