summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pccard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pccard.cpp')
-rw-r--r--src/devices/machine/pccard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pccard.cpp b/src/devices/machine/pccard.cpp
index a5ba5bd7235..dbbec3ce98f 100644
--- a/src/devices/machine/pccard.cpp
+++ b/src/devices/machine/pccard.cpp
@@ -25,7 +25,7 @@ WRITE16_MEMBER( pccard_interface::write_reg )
//printf("unhandled register write %08x %04x %04x\n", offset, data, mem_mask);
}
-const device_type PCCARD_SLOT = &device_creator<pccard_slot_device>;
+const device_type PCCARD_SLOT = device_creator<pccard_slot_device>;
pccard_slot_device::pccard_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, PCCARD_SLOT, "PCCARD SLOT", tag, owner, clock, "pccard", __FILE__),