summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pofo/rom.cpp')
-rw-r--r--src/devices/bus/pofo/rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pofo/rom.cpp b/src/devices/bus/pofo/rom.cpp
index 43073479f09..b3862b15753 100644
--- a/src/devices/bus/pofo/rom.cpp
+++ b/src/devices/bus/pofo/rom.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type PORTFOLIO_ROM_CARD = &device_creator<portfolio_rom_card_t>;
+const device_type PORTFOLIO_ROM_CARD = device_creator<portfolio_rom_card_t>;
//**************************************************************************