summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segaic16.h')
-rw-r--r--src/mame/machine/segaic16.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/mame/machine/segaic16.h b/src/mame/machine/segaic16.h
index 16a075488c3..22cd38be094 100644
--- a/src/mame/machine/segaic16.h
+++ b/src/mame/machine/segaic16.h
@@ -53,26 +53,20 @@
MCFG_DEVICE_ADD(_tag, SEGA_315_5195_MEM_MAPPER, 0) \
sega_315_5195_mapper_device::static_set_cputag(*device, _cputag); \
sega_315_5195_mapper_device::static_set_mapper(*device, sega_315_5195_mapper_device::mapper_delegate(&_class::_mapper, #_class "::" #_mapper, NULL, (_class *)0)); \
- sega_315_5195_mapper_device::static_set_sound_readwrite(*device, sega_315_5195_mapper_device::sound_read_delegate(&_class::_read, #_class "::" #_read, NULL, (_class *)0), sega_315_5195_mapper_device::sound_write_delegate(&_class::_write, #_class "::" #_write, NULL, (_class *)0)); \
-
+ sega_315_5195_mapper_device::static_set_sound_readwrite(*device, sega_315_5195_mapper_device::sound_read_delegate(&_class::_read, #_class "::" #_read, NULL, (_class *)0), sega_315_5195_mapper_device::sound_write_delegate(&_class::_write, #_class "::" #_write, NULL, (_class *)0));
#define MCFG_SEGA_315_5248_MULTIPLIER_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, SEGA_315_5248_MULTIPLIER, 0) \
-
+ MCFG_DEVICE_ADD(_tag, SEGA_315_5248_MULTIPLIER, 0)
#define MCFG_SEGA_315_5249_DIVIDER_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, SEGA_315_5249_DIVIDER, 0) \
-
+ MCFG_DEVICE_ADD(_tag, SEGA_315_5249_DIVIDER, 0)
#define MCFG_SEGA_315_5250_COMPARE_TIMER_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, SEGA_315_5250_COMPARE_TIMER, 0) \
-
+ MCFG_DEVICE_ADD(_tag, SEGA_315_5250_COMPARE_TIMER, 0)
#define MCFG_SEGA_315_5250_TIMER_ACK(_class, _func) \
- sega_315_5250_compare_timer_device::static_set_timer_ack(*device, sega_315_5250_compare_timer_device::timer_ack_delegate(&_class::_func, #_class "::" #_func, NULL, (_class *)0)); \
-
+ sega_315_5250_compare_timer_device::static_set_timer_ack(*device, sega_315_5250_compare_timer_device::timer_ack_delegate(&_class::_func, #_class "::" #_func, NULL, (_class *)0));
#define MCFG_SEGA_315_5250_SOUND_WRITE(_class, _func) \
- sega_315_5250_compare_timer_device::static_set_sound_write(*device, sega_315_5250_compare_timer_device::sound_write_delegate(&_class::_func, #_class "::" #_func, NULL, (_class *)0)); \
-
+ sega_315_5250_compare_timer_device::static_set_sound_write(*device, sega_315_5250_compare_timer_device::sound_write_delegate(&_class::_func, #_class "::" #_func, NULL, (_class *)0));
//**************************************************************************