summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/315_5124.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/315_5124.h')
-rw-r--r--src/emu/video/315_5124.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/315_5124.h b/src/emu/video/315_5124.h
index 8c852db7b9f..fc1b1366000 100644
--- a/src/emu/video/315_5124.h
+++ b/src/emu/video/315_5124.h
@@ -62,7 +62,7 @@ public:
sega315_5124_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, UINT8 cram_size, UINT8 palette_offset, bool supports_224_240, const char *shortname, const char *source, int xscroll_hpos = X_SCROLL_HPOS_5124);
static void set_signal_type(device_t &device, bool is_pal) { downcast<sega315_5124_device &>(device).m_is_pal = is_pal; }
-
+
template<class _Object> static devcb_base &set_int_callback(device_t &device, _Object object) { return downcast<sega315_5124_device &>(device).m_int_cb.set_callback(object); }