summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchance.cpp')
-rw-r--r--src/mame/drivers/cchance.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cchance.cpp b/src/mame/drivers/cchance.cpp
index 184ef938fb4..dddb53baa04 100644
--- a/src/mame/drivers/cchance.cpp
+++ b/src/mame/drivers/cchance.cpp
@@ -45,8 +45,8 @@ public:
cchance_state(const machine_config &mconfig, device_type type, const char *tag)
: tnzs_state(mconfig, type, tag) { }
- UINT8 m_hop_io;
- UINT8 m_bell_io;
+ uint8_t m_hop_io;
+ uint8_t m_bell_io;
DECLARE_WRITE8_MEMBER(output_0_w);
DECLARE_READ8_MEMBER(input_1_r);
DECLARE_WRITE8_MEMBER(output_1_w);