summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/z88/rom.cpp')
-rw-r--r--src/devices/bus/z88/rom.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/z88/rom.cpp b/src/devices/bus/z88/rom.cpp
index 6ec8fb0b773..4ac53bba045 100644
--- a/src/devices/bus/z88/rom.cpp
+++ b/src/devices/bus/z88/rom.cpp
@@ -19,9 +19,9 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type Z88_32K_ROM = &device_creator<z88_32k_rom_device>;
-const device_type Z88_128K_ROM = &device_creator<z88_128k_rom_device>;
-const device_type Z88_256K_ROM = &device_creator<z88_256k_rom_device>;
+const device_type Z88_32K_ROM = device_creator<z88_32k_rom_device>;
+const device_type Z88_128K_ROM = device_creator<z88_128k_rom_device>;
+const device_type Z88_256K_ROM = device_creator<z88_256k_rom_device>;
//**************************************************************************
// LIVE DEVICE