summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wangpckb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wangpckb.cpp')
-rw-r--r--src/mame/machine/wangpckb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wangpckb.cpp b/src/mame/machine/wangpckb.cpp
index 5268163aba9..9f272fd2652 100644
--- a/src/mame/machine/wangpckb.cpp
+++ b/src/mame/machine/wangpckb.cpp
@@ -372,7 +372,7 @@ ioport_constructor wangpc_keyboard_t::device_input_ports() const
// wangpc_keyboard_t - constructor
//-------------------------------------------------
-wangpc_keyboard_t::wangpc_keyboard_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+wangpc_keyboard_t::wangpc_keyboard_t(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, WANGPC_KEYBOARD, "Wang PC Keyboard", tag, owner, clock, "wangpckb", __FILE__),
device_serial_interface(mconfig, *this),
m_maincpu(*this, I8051_TAG),