mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 15:11:01 +00:00
Isolate memory manager
This commit is contained in:
@@ -18,5 +18,6 @@ struct cpu_interface
|
||||
virtual std::vector<std::byte> save_registers() = 0;
|
||||
virtual void restore_registers(const std::vector<std::byte>& register_data) = 0;
|
||||
|
||||
// TODO: Remove this
|
||||
virtual bool has_violation() const = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user