summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pce/pce_rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pce/pce_rom.cpp')
-rw-r--r--src/devices/bus/pce/pce_rom.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/pce/pce_rom.cpp b/src/devices/bus/pce/pce_rom.cpp
index 553ac06fedf..1608b1cbb0e 100644
--- a/src/devices/bus/pce/pce_rom.cpp
+++ b/src/devices/bus/pce/pce_rom.cpp
@@ -17,10 +17,10 @@
// pce_rom_device - constructor
//-------------------------------------------------
-const device_type PCE_ROM_STD = &device_creator<pce_rom_device>;
-const device_type PCE_ROM_CDSYS3 = &device_creator<pce_cdsys3_device>;
-const device_type PCE_ROM_POPULOUS = &device_creator<pce_populous_device>;
-const device_type PCE_ROM_SF2 = &device_creator<pce_sf2_device>;
+const device_type PCE_ROM_STD = device_creator<pce_rom_device>;
+const device_type PCE_ROM_CDSYS3 = device_creator<pce_cdsys3_device>;
+const device_type PCE_ROM_POPULOUS = device_creator<pce_populous_device>;
+const device_type PCE_ROM_SF2 = device_creator<pce_sf2_device>;
pce_rom_device::pce_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)