Skip to content

Commit

Permalink
Fix #172 garbage from RPI.COMMAND (#173)
Browse files Browse the repository at this point in the history
* Fix #172 garbage from RPI.COMMAND

* Update version number
  • Loading branch information
tjboldt authored Jun 7, 2024
1 parent cafe4a4 commit 9786590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apple2/RPi.Command.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9786590

Please sign in to comment.