summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esqkt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esqkt.cpp')
-rw-r--r--src/mame/drivers/esqkt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esqkt.cpp b/src/mame/drivers/esqkt.cpp
index a541f74ad67..5540987f51d 100644
--- a/src/mame/drivers/esqkt.cpp
+++ b/src/mame/drivers/esqkt.cpp
@@ -120,7 +120,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(duart_tx_b);
DECLARE_WRITE8_MEMBER(duart_output);
- UINT8 m_duart_io;
+ uint8_t m_duart_io;
bool m_bCalibSecondByte;
public: