forked from Apple-2-HW/Apple2-IO-RPi
Define load and save commands
This commit is contained in:
parent
0a89c6aab6
commit
433356926b
@ -45,6 +45,8 @@ const WriteBlockCommand = 2
|
||||
const GetTimeCommand = 3
|
||||
const ChangeDriveCommand = 4
|
||||
const ExecCommand = 5
|
||||
const LoadFileCommand = 6
|
||||
const SaveFileCommand = 7
|
||||
|
||||
var debug bool = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user