mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-12-22 17:30:02 +00:00
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