2015-06-27 02:38:47 +00:00
|
|
|
bool r15_modified = false;
|
2010-08-09 13:28:56 +00:00
|
|
|
|
2015-06-27 02:38:47 +00:00
|
|
|
auto step(unsigned clocks) -> void;
|
2010-08-09 13:28:56 +00:00
|
|
|
|
2015-06-27 02:38:47 +00:00
|
|
|
auto rombuffer_sync() -> void;
|
|
|
|
auto rombuffer_update() -> void;
|
|
|
|
auto rombuffer_read() -> uint8;
|
2010-08-09 13:28:56 +00:00
|
|
|
|
2015-06-27 02:38:47 +00:00
|
|
|
auto rambuffer_sync() -> void;
|
|
|
|
auto rambuffer_read(uint16 addr) -> uint8;
|
|
|
|
auto rambuffer_write(uint16 addr, uint8 data) -> void;
|
2010-08-09 13:28:56 +00:00
|
|
|
|
2015-06-27 02:38:47 +00:00
|
|
|
auto r14_modify(uint16) -> void;
|
|
|
|
auto r15_modify(uint16) -> void;
|
2010-08-09 13:28:56 +00:00
|
|
|
|
2015-06-27 02:38:47 +00:00
|
|
|
auto timing_reset() -> void;
|