mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-21 11:31:56 +00:00
* Fix #172 garbage from RPI.COMMAND * Update version number
This commit is contained in:
parent
cafe4a413b
commit
9786590f6e
@ -101,7 +101,7 @@ SetOffsetForCard:
|
|||||||
|
|
||||||
|
|
||||||
Start:
|
Start:
|
||||||
stx slotx + $1e01 ;set the slot for the driver
|
stx slotx + $1f01 ;set the slot for the driver
|
||||||
ldy #$00
|
ldy #$00
|
||||||
PrintString:
|
PrintString:
|
||||||
lda Text,y
|
lda Text,y
|
||||||
@ -157,9 +157,9 @@ a2help:
|
|||||||
|
|
||||||
Text:
|
Text:
|
||||||
.if HW_TYPE = 0
|
.if HW_TYPE = 0
|
||||||
aschi "RPI command version: 000F (classic)"
|
aschi "RPI command version: 0010 (classic)"
|
||||||
.else
|
.else
|
||||||
aschi "RPI command version: 800F (pico)"
|
aschi "RPI command version: 8010 (pico)"
|
||||||
.endif
|
.endif
|
||||||
.byte $8d
|
.byte $8d
|
||||||
.byte $00
|
.byte $00
|
||||||
|
Loading…
Reference in New Issue
Block a user