summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/flash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/z88/flash.cpp')
-rw-r--r--src/devices/bus/z88/flash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/z88/flash.cpp b/src/devices/bus/z88/flash.cpp
index ea6337a9c2f..752ec937eb9 100644
--- a/src/devices/bus/z88/flash.cpp
+++ b/src/devices/bus/z88/flash.cpp
@@ -22,7 +22,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type Z88_1024K_FLASH = &device_creator<z88_1024k_flash_device>;
+const device_type Z88_1024K_FLASH = device_creator<z88_1024k_flash_device>;
//-------------------------------------------------
// MACHINE_CONFIG_FRAGMENT( z88_flash )