summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340tmu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68340tmu.cpp')
-rw-r--r--src/devices/machine/68340tmu.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/devices/machine/68340tmu.cpp b/src/devices/machine/68340tmu.cpp
index 1ceaf65f600..801a9802557 100644
--- a/src/devices/machine/68340tmu.cpp
+++ b/src/devices/machine/68340tmu.cpp
@@ -308,6 +308,16 @@ void mc68340_timer_module_device::device_start()
m_tin_in_cb.resolve_safe();
}
+void mc68340_timer_module_device::device_reset()
+{
+ module_reset();
+}
+
+void mc68340_timer_module_device::module_reset()
+{
+ // TODO
+}
+
void mc68340_timer_module_device::do_timer_irq()
{
assert((m_sr & (REG_SR_TO | REG_SR_TG | REG_SR_TC)) != 0);