summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Robbbert <pac0446@bigpond.net.au>2016-04-01 11:05:21 +1100
committer Robbbert <pac0446@bigpond.net.au>2016-04-01 11:05:21 +1100
commitd85b8ed9db3bf5e4b6b73246047f66df1e84e174 (patch)
treed567977cd906a763bef68109156cbeba49ef3fdb /src/devices/bus
parent86d38c57e700bca936b29788cf6fb1ffbd78f8b8 (diff)
Fixed the build (nw)
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/ti99x/videowrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99x/videowrp.h b/src/devices/bus/ti99x/videowrp.h
index c59069db13b..49c4ce73f16 100644
--- a/src/devices/bus/ti99x/videowrp.h
+++ b/src/devices/bus/ti99x/videowrp.h
@@ -69,7 +69,7 @@ protected:
virtual void device_reset(void) override;
private:
- void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
+ void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
v9938_device *m_v9938;
devcb_write_line m_out_gromclk_cb; // GROMCLK line is optional; if present, pulse it by XTAL/24 rate
emu_timer *m_gromclk_timer;