summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xain.cpp')
-rw-r--r--src/mame/drivers/xain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xain.cpp b/src/mame/drivers/xain.cpp
index 7f6bb5b2072..a219de314c5 100644
--- a/src/mame/drivers/xain.cpp
+++ b/src/mame/drivers/xain.cpp
@@ -356,7 +356,7 @@ WRITE8_MEMBER(xain_state::m68705_ddr_c_w)
CUSTOM_INPUT_MEMBER(xain_state::mcu_status_r)
{
- UINT8 res = 0;
+ uint8_t res = 0;
if (m_mcu != nullptr)
{