summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/tsispch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tsispch.h')
-rw-r--r--src/mame/includes/tsispch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tsispch.h b/src/mame/includes/tsispch.h
index 797eca02687..6b3db7d4f25 100644
--- a/src/mame/includes/tsispch.h
+++ b/src/mame/includes/tsispch.h
@@ -36,7 +36,7 @@ public:
required_device<i8251_device> m_uart;
required_device<pic8259_device> m_pic;
- UINT8 m_paramReg; // status leds and resets and etc
+ uint8_t m_paramReg; // status leds and resets and etc
virtual void machine_reset() override;
DECLARE_WRITE8_MEMBER(i8251_rxd);