summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/tandy2kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tandy2kb.cpp')
-rw-r--r--src/mame/machine/tandy2kb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/tandy2kb.cpp b/src/mame/machine/tandy2kb.cpp
index 46e4bb1ddba..fd975ed3a84 100644
--- a/src/mame/machine/tandy2kb.cpp
+++ b/src/mame/machine/tandy2kb.cpp
@@ -225,7 +225,7 @@ ioport_constructor tandy2k_keyboard_device::device_input_ports() const
// tandy2k_keyboard_device - constructor
//-------------------------------------------------
-tandy2k_keyboard_device::tandy2k_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+tandy2k_keyboard_device::tandy2k_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, TANDY2K_KEYBOARD, "Tandy 2000 Keyboard", tag, owner, clock, "tandy2kb", __FILE__),
m_maincpu(*this, I8048_TAG),
m_y(*this, "Y%u", 0),
@@ -326,7 +326,7 @@ READ8_MEMBER( tandy2k_keyboard_device::kb_p1_r )
*/
- UINT8 data = 0xff;
+ uint8_t data = 0xff;
for (int i = 0; i < 12; i++)
{