summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitogn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitogn.cpp')
-rw-r--r--src/mame/drivers/taitogn.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/taitogn.cpp b/src/mame/drivers/taitogn.cpp
index 7683377424f..202f3badb16 100644
--- a/src/mame/drivers/taitogn.cpp
+++ b/src/mame/drivers/taitogn.cpp
@@ -410,14 +410,14 @@ private:
required_device<intelfsh16_device> m_sndflash2;
bool m_has_zoom;
- UINT8 m_control;
- UINT16 m_control2;
- UINT8 m_control3;
+ uint8_t m_control;
+ uint16_t m_control2;
+ uint8_t m_control3;
int m_v;
- UINT8 m_n_znsecsel;
+ uint8_t m_n_znsecsel;
- UINT8 m_coin_info;
+ uint8_t m_coin_info;
int m_cat702_1_dataout;
int m_cat702_2_dataout;