|
|
|
@ -113,8 +113,6 @@ class debug_module_t : public abstract_device_t |
|
|
|
debug_module_t(simif_t *sim, const debug_module_config_t &config); |
|
|
|
~debug_module_t(); |
|
|
|
|
|
|
|
void add_device(bus_t *bus); |
|
|
|
|
|
|
|
bool load(reg_t addr, size_t len, uint8_t* bytes); |
|
|
|
bool store(reg_t addr, size_t len, const uint8_t* bytes); |
|
|
|
|
|
|
|
|