summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lethalj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lethalj.h')
-rw-r--r--src/mame/includes/lethalj.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/lethalj.h b/src/mame/includes/lethalj.h
index eb501e82122..38a1229ae1b 100644
--- a/src/mame/includes/lethalj.h
+++ b/src/mame/includes/lethalj.h
@@ -38,14 +38,14 @@ public:
optional_ioport m_light1_x;
optional_ioport m_light1_y;
- UINT16 m_blitter_data[8];
- std::unique_ptr<UINT16[]> m_screenram;
- UINT8 m_vispage;
- UINT16 *m_blitter_base;
+ uint16_t m_blitter_data[8];
+ std::unique_ptr<uint16_t[]> m_screenram;
+ uint8_t m_vispage;
+ uint16_t *m_blitter_base;
int m_blitter_rows;
- UINT16 m_gunx;
- UINT16 m_guny;
- UINT8 m_blank_palette;
+ uint16_t m_gunx;
+ uint16_t m_guny;
+ uint8_t m_blank_palette;
DECLARE_WRITE16_MEMBER(ripribit_control_w);
DECLARE_WRITE16_MEMBER(cfarm_control_w);
DECLARE_WRITE16_MEMBER(cclownz_control_w);