summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcomcu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcomcu.cpp')
-rw-r--r--src/mame/machine/namcomcu.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/namcomcu.cpp b/src/mame/machine/namcomcu.cpp
index 307d2ac3ab6..b49e53a1b7b 100644
--- a/src/mame/machine/namcomcu.cpp
+++ b/src/mame/machine/namcomcu.cpp
@@ -16,11 +16,11 @@ C76 System 11
#include "namcomcu.h"
-const device_type NAMCO_C69 = &device_creator<namco_c69_device>;
-const device_type NAMCO_C70 = &device_creator<namco_c70_device>;
-const device_type NAMCO_C74 = &device_creator<namco_c74_device>;
-const device_type NAMCO_C75 = &device_creator<namco_c75_device>;
-const device_type NAMCO_C76 = &device_creator<namco_c76_device>;
+const device_type NAMCO_C69 = device_creator<namco_c69_device>;
+const device_type NAMCO_C70 = device_creator<namco_c70_device>;
+const device_type NAMCO_C74 = device_creator<namco_c74_device>;
+const device_type NAMCO_C75 = device_creator<namco_c75_device>;
+const device_type NAMCO_C76 = device_creator<namco_c76_device>;
ROM_START( c69 )