summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco146.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco146.cpp')
-rw-r--r--src/mame/machine/deco146.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/deco146.cpp b/src/mame/machine/deco146.cpp
index ea805f73407..e5c9f35cd59 100644
--- a/src/mame/machine/deco146.cpp
+++ b/src/mame/machine/deco146.cpp
@@ -1315,7 +1315,7 @@ uint16_t deco_146_base_device::read_data(uint16_t address, uint16_t mem_mask, ui
}
-//const device_type DECO146BASE = &device_creator<deco_146_base_device>;
+//const device_type DECO146BASE = device_creator<deco_146_base_device>;
@@ -1464,7 +1464,7 @@ void deco_146_base_device::device_reset()
-const device_type DECO146PROT = &device_creator<deco146_device>;
+const device_type DECO146PROT = device_creator<deco146_device>;
uint16_t deco_146_base_device::read_data_getloc(uint16_t address, int& location)