summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/km035.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/km035.cpp')
-rw-r--r--src/mame/machine/km035.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/km035.cpp b/src/mame/machine/km035.cpp
index f32ef6bffe7..a1b66e3e856 100644
--- a/src/mame/machine/km035.cpp
+++ b/src/mame/machine/km035.cpp
@@ -269,7 +269,7 @@ ioport_constructor km035_device::device_input_ports() const
// km035_device - constructor
//-------------------------------------------------
-km035_device::km035_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+km035_device::km035_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, KM035, "KM035 keyboard", tag, owner, clock, "km035", __FILE__),
m_maincpu(*this, KM035_CPU_TAG),
m_speaker(*this, KM035_SPK_TAG),