summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/mos6560.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/mos6560.h')
-rw-r--r--src/emu/sound/mos6560.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/mos6560.h b/src/emu/sound/mos6560.h
index 68dc107518e..53de3ba8a0c 100644
--- a/src/emu/sound/mos6560.h
+++ b/src/emu/sound/mos6560.h
@@ -138,7 +138,7 @@ class mos6560_device : public device_t,
public:
mos6560_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, UINT32 variant, const char *shortname, const char *source);
mos6560_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
template<class _Object> static devcb2_base &set_potx_rd_callback(device_t &device, _Object object) { return downcast<mos6560_device &>(device).m_read_potx.set_callback(object); }
template<class _Object> static devcb2_base &set_poty_rd_callback(device_t &device, _Object object) { return downcast<mos6560_device &>(device).m_read_poty.set_callback(object); }