Update defines for consistency

This commit is contained in:
Terence Boldt 2021-07-17 10:17:52 -04:00
parent a32857e021
commit 33e4cbbf36
7 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ChangeDriveCommand = $04
ExecCommand = $05
LoadFileCommand = $06
SaveFileCommand = $07
MenuCommand = $08
InputString = $fd67
PrintChar = $fded

View File

@ -27,6 +27,7 @@ Current file: CommandFirmware.asm
000000r 1 ExecCommand = $05
000000r 1 LoadFileCommand = $06
000000r 1 SaveFileCommand = $07
000000r 1 MenuCommand = $08
000000r 1
000000r 1 InputString = $fd67
000000r 1 PrintChar = $fded

View File

@ -23,6 +23,7 @@ ChangeDriveCommand = $04
ExecCommand = $05
LoadFileCommand = $06
SaveFileCommand = $07
MenuCommand = $08
.org SLOT*$100 + $C000
;ID bytes for booting and drive detection

View File

@ -27,6 +27,7 @@ Current file: DriveFirmware.asm
000000r 1 ExecCommand = $05
000000r 1 LoadFileCommand = $06
000000r 1 SaveFileCommand = $07
000000r 1 MenuCommand = $08
000000r 1
000000r 1 .org SLOT*$100 + $C000
00C700 1 ;ID bytes for booting and drive detection

View File

@ -23,6 +23,7 @@ ChangeDriveCommand = $04
ExecCommand = $05
LoadFileCommand = $06
SaveFileCommand = $07
MenuCommand = $08
InputString = $fd67
Monitor = $ff59

View File

@ -27,6 +27,7 @@ Current file: FileAccessFirmware.asm
000000r 1 ExecCommand = $05
000000r 1 LoadFileCommand = $06
000000r 1 SaveFileCommand = $07
000000r 1 MenuCommand = $08
000000r 1
000000r 1 InputString = $fd67
000000r 1 Monitor = $ff59

Binary file not shown.