summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segaic16.cpp')
-rw-r--r--src/mame/machine/segaic16.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/segaic16.cpp b/src/mame/machine/segaic16.cpp
index 11ec0dddc8c..ecb16a4bf73 100644
--- a/src/mame/machine/segaic16.cpp
+++ b/src/mame/machine/segaic16.cpp
@@ -27,10 +27,10 @@
//**************************************************************************
// device type definition
-const device_type SEGA_315_5195_MEM_MAPPER = &device_creator<sega_315_5195_mapper_device>;
-const device_type SEGA_315_5248_MULTIPLIER = &device_creator<sega_315_5248_multiplier_device>;
-const device_type SEGA_315_5249_DIVIDER = &device_creator<sega_315_5249_divider_device>;
-const device_type SEGA_315_5250_COMPARE_TIMER = &device_creator<sega_315_5250_compare_timer_device>;
+const device_type SEGA_315_5195_MEM_MAPPER = device_creator<sega_315_5195_mapper_device>;
+const device_type SEGA_315_5248_MULTIPLIER = device_creator<sega_315_5248_multiplier_device>;
+const device_type SEGA_315_5249_DIVIDER = device_creator<sega_315_5249_divider_device>;
+const device_type SEGA_315_5250_COMPARE_TIMER = device_creator<sega_315_5250_compare_timer_device>;