summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/transtape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/transtape.cpp')
-rw-r--r--src/devices/bus/cpc/transtape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/transtape.cpp b/src/devices/bus/cpc/transtape.cpp
index 2dbfcbb5dea..231333dd0e6 100644
--- a/src/devices/bus/cpc/transtape.cpp
+++ b/src/devices/bus/cpc/transtape.cpp
@@ -16,7 +16,7 @@ SLOT_INTERFACE_EXTERN(cpc_exp_cards);
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type CPC_TRANSTAPE = &device_creator<cpc_transtape_device>;
+const device_type CPC_TRANSTAPE = device_creator<cpc_transtape_device>;
ROM_START( cpc_transtape )
ROM_REGION( 0x4000, "tt_rom", 0 )