summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/thomson/nanoreseau.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/thomson/nanoreseau.h')
-rw-r--r--src/devices/bus/thomson/nanoreseau.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/thomson/nanoreseau.h b/src/devices/bus/thomson/nanoreseau.h
index b50f8618556..1d7cde2ce9a 100644
--- a/src/devices/bus/thomson/nanoreseau.h
+++ b/src/devices/bus/thomson/nanoreseau.h
@@ -25,7 +25,8 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
virtual ioport_constructor device_input_ports() const override;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
+
+ TIMER_CALLBACK_MEMBER(answer_tick);
private:
required_device<mc6854_device> m_mc6854;