summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/bzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bzone.h')
-rw-r--r--src/mame/includes/bzone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/bzone.h b/src/mame/includes/bzone.h
index 98894644a3c..4a9bf9ec051 100644
--- a/src/mame/includes/bzone.h
+++ b/src/mame/includes/bzone.h
@@ -29,8 +29,8 @@ public:
optional_device<discrete_device> m_discrete;
optional_device<redbaron_sound_device> m_redbaronsound;
- UINT8 m_analog_data;
- UINT8 m_rb_input_select;
+ uint8_t m_analog_data;
+ uint8_t m_rb_input_select;
DECLARE_WRITE8_MEMBER(bzone_coin_counter_w);
DECLARE_READ8_MEMBER(analog_data_r);
DECLARE_WRITE8_MEMBER(analog_select_w);