mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Introduces a multimachine to handle multi-target static analyser outputs.
Non-functional as of yet.
This commit is contained in:
@@ -41,7 +41,8 @@ struct DynamicMachine {
|
||||
enum class Error {
|
||||
None,
|
||||
UnknownMachine,
|
||||
MissingROM
|
||||
MissingROM,
|
||||
NoTargets
|
||||
};
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user