summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic24.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic24.h')
-rw-r--r--src/mame/video/segaic24.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/segaic24.h b/src/mame/video/segaic24.h
index 04d0fae7250..dfc17df0099 100644
--- a/src/mame/video/segaic24.h
+++ b/src/mame/video/segaic24.h
@@ -11,10 +11,10 @@
#pragma once
#define MCFG_S24TILE_XHOUT_CALLBACK(_write) \
- devcb = &downcast<segas24_tile_device &>(*device).set_xhout_write_callback(DEVCB_##_write);
+ downcast<segas24_tile_device &>(*device).set_xhout_write_callback(DEVCB_##_write);
#define MCFG_S24TILE_XVOUT_CALLBACK(_write) \
- devcb = &downcast<segas24_tile_device &>(*device).set_xvout_write_callback(DEVCB_##_write);
+ downcast<segas24_tile_device &>(*device).set_xvout_write_callback(DEVCB_##_write);
class segas24_tile_device : public device_t, public device_gfx_interface