diff options
Diffstat (limited to 'src/mame/drivers/mc80.cpp')
-rw-r--r-- | src/mame/drivers/mc80.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mc80.cpp b/src/mame/drivers/mc80.cpp index a84fae0b6bb..987a598ca0c 100644 --- a/src/mame/drivers/mc80.cpp +++ b/src/mame/drivers/mc80.cpp @@ -140,7 +140,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(mc80_state::mc8020_kbd) { address_space &mem = m_maincpu->space(AS_PROGRAM); char kbdrow[6]; - UINT8 i; + uint8_t i; for (i = 1; i < 8; i++) { sprintf(kbdrow,"X%X", i); |