summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/apf/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/apf/rom.cpp')
-rw-r--r--src/devices/bus/apf/rom.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/apf/rom.cpp b/src/devices/bus/apf/rom.cpp
index 041bdad74b3..616d4d42146 100644
--- a/src/devices/bus/apf/rom.cpp
+++ b/src/devices/bus/apf/rom.cpp
@@ -17,9 +17,9 @@
// apf_rom_device - constructor
//-------------------------------------------------
-const device_type APF_ROM_STD = &device_creator<apf_rom_device>;
-const device_type APF_ROM_BASIC = &device_creator<apf_basic_device>;
-const device_type APF_ROM_SPACEDST = &device_creator<apf_spacedst_device>;
+const device_type APF_ROM_STD = device_creator<apf_rom_device>;
+const device_type APF_ROM_BASIC = device_creator<apf_basic_device>;
+const device_type APF_ROM_SPACEDST = device_creator<apf_spacedst_device>;
apf_rom_device::apf_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source)