summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocass_tape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocass_tape.cpp')
-rw-r--r--src/mame/machine/decocass_tape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/decocass_tape.cpp b/src/mame/machine/decocass_tape.cpp
index a133a7c6339..a3be6307cfc 100644
--- a/src/mame/machine/decocass_tape.cpp
+++ b/src/mame/machine/decocass_tape.cpp
@@ -56,7 +56,7 @@
static uint16_t tape_crc16_byte(uint16_t crc, uint8_t data);
-const device_type DECOCASS_TAPE = &device_creator<decocass_tape_device>;
+const device_type DECOCASS_TAPE = device_creator<decocass_tape_device>;
decocass_tape_device::decocass_tape_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, DECOCASS_TAPE, "DECO Cassette Tape", tag, owner, clock, "decocass_tape", __FILE__),