From 9786590f6e3a084a0da933964607a4a2162ac93d Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Fri, 7 Jun 2024 17:51:38 -0400 Subject: [PATCH] Fix #172 garbage from RPI.COMMAND (#173) * Fix #172 garbage from RPI.COMMAND * Update version number --- Apple2/RPi.Command.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Apple2/RPi.Command.asm b/Apple2/RPi.Command.asm index ae04a3a..945d88d 100644 --- a/Apple2/RPi.Command.asm +++ b/Apple2/RPi.Command.asm @@ -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