diff options
Diffstat (limited to 'src/emu/video/hd44352.h')
| -rw-r--r-- | src/emu/video/hd44352.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/hd44352.h b/src/emu/video/hd44352.h index 2ace6c258e0..195a74db1ed 100644 --- a/src/emu/video/hd44352.h +++ b/src/emu/video/hd44352.h @@ -30,7 +30,7 @@ public: hd44352_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); template<class _Object> static devcb2_base &set_on_callback(device_t &device, _Object object) { return downcast<hd44352_device &>(device).m_on_cb.set_callback(object); } - + // device interface UINT8 data_read(); void data_write(UINT8 data); |
