summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abcbus/ram.cpp')
-rw-r--r--src/devices/bus/abcbus/ram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abcbus/ram.cpp b/src/devices/bus/abcbus/ram.cpp
index 5df5c00bd5f..07739a75f40 100644
--- a/src/devices/bus/abcbus/ram.cpp
+++ b/src/devices/bus/abcbus/ram.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type ABC80_16KB_RAM_CARD = &device_creator<abc80_16kb_ram_card_t>;
+const device_type ABC80_16KB_RAM_CARD = device_creator<abc80_16kb_ram_card_t>;