summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/h89.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/h89.cpp')
-rw-r--r--src/mame/drivers/h89.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/h89.cpp b/src/mame/drivers/h89.cpp
index 4e50ebdae18..4431a1a4e99 100644
--- a/src/mame/drivers/h89.cpp
+++ b/src/mame/drivers/h89.cpp
@@ -38,7 +38,7 @@ public:
DECLARE_WRITE8_MEMBER( port_f2_w );
- UINT8 m_port_f2;
+ uint8_t m_port_f2;
virtual void machine_reset() override;
TIMER_DEVICE_CALLBACK_MEMBER(h89_irq_timer);
};