summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pccard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pccard.h')
-rw-r--r--src/devices/machine/pccard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pccard.h b/src/devices/machine/pccard.h
index 2068406d4b2..28f7da2f38d 100644
--- a/src/devices/machine/pccard.h
+++ b/src/devices/machine/pccard.h
@@ -24,7 +24,7 @@ class pccard_slot_device : public device_t,
public device_slot_interface
{
public:
- pccard_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pccard_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
DECLARE_READ_LINE_MEMBER(read_line_inserted);
DECLARE_READ16_MEMBER(read_memory);