Remove unused RPi.Command references

This commit is contained in:
Terence Boldt 2021-04-01 08:34:13 -04:00
parent e883a742c7
commit 0919e1702d
3 changed files with 1 additions and 16 deletions

View File

@ -130,9 +130,3 @@ end:
.byte 0,0 ;0000 blocks = check status
.byte 7 ;bit set(0=status 1=read 2=write) unset(3=format, 4/5=number of volumes, 6=interruptable, 7=removable)
.byte DriverEntry&$00FF ;low byte of entry
;Translation of code written in mini-assembler on Apple //e
;Currently only works if card is in slot 5
.org $1000

View File

@ -136,10 +136,4 @@ Current file: CommandFirmware.asm
00C5FC 1 00 00 .byte 0,0 ;0000 blocks = check status
00C5FE 1 07 .byte 7 ;bit set(0=status 1=read 2=write) unset(3=format, 4/5=number of volumes, 6=interruptable, 7=removable)
00C5FF 1 14 .byte DriverEntry&$00FF ;low byte of entry
00C600 1
00C600 1 ;Translation of code written in mini-assembler on Apple //e
00C600 1 ;Currently only works if card is in slot 5
00C600 1
00C600 1 .org $1000
001000 1
001000 1
00C5FF 1

View File

@ -49,9 +49,6 @@ cat \
DriveFirmware.bin CommandFirmware.bin FileAccessFirmware.bin MenuFirmware.bin \
> Firmware_AT28C64B_EEPROM.bin
ca65 Rpi.Command.asm -o Rpi.Command.o
ld65 Rpi.Command.o -o Rpi.Command.bin -t none
rm *.o
rm DriveFirmware.bin
rm MenuFirmware.bin