summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/x1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x1.cpp')
-rw-r--r--src/mame/machine/x1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x1.cpp b/src/mame/machine/x1.cpp
index f9c40398f20..c50ed99e3ef 100644
--- a/src/mame/machine/x1.cpp
+++ b/src/mame/machine/x1.cpp
@@ -14,7 +14,7 @@ const device_type X1_KEYBOARD = &device_creator<x1_keyboard_device>;
// z80ctc_device - constructor
//-------------------------------------------------
-x1_keyboard_device::x1_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+x1_keyboard_device::x1_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, X1_KEYBOARD, "X1 Keyboard", tag, owner, clock, "x1_keyboard", __FILE__),
device_z80daisy_interface(mconfig, *this)
{