mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2025-07-19 13:24:02 +00:00
Finished implementing protocols for reading/writing portions of the SIMM
This commit is contained in:
@@ -46,7 +46,9 @@ typedef enum ProgrammerCommand
|
||||
SetSIMMTypeLarger,
|
||||
SetVerifyWhileWriting,
|
||||
SetNoVerifyWhileWriting,
|
||||
ErasePortion
|
||||
ErasePortion,
|
||||
WriteChipsAt,
|
||||
ReadChipsAt
|
||||
} ProgrammerCommand;
|
||||
|
||||
// After a command is sent, the programmer will always respond with
|
||||
|
Reference in New Issue
Block a user