summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rastan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rastan.h')
-rw-r--r--src/mame/includes/rastan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/rastan.h b/src/mame/includes/rastan.h
index 177579c0ef2..393a213d56c 100644
--- a/src/mame/includes/rastan.h
+++ b/src/mame/includes/rastan.h
@@ -21,8 +21,8 @@ public:
m_pc090oj(*this, "pc090oj") { }
/* video-related */
- UINT16 m_sprite_ctrl;
- UINT16 m_sprites_flipscreen;
+ uint16_t m_sprite_ctrl;
+ uint16_t m_sprites_flipscreen;
/* misc */
int m_adpcm_pos;
@@ -41,6 +41,6 @@ public:
DECLARE_WRITE8_MEMBER(rastan_msm5205_stop_w);
virtual void machine_start() override;
virtual void machine_reset() override;
- UINT32 screen_update_rastan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update_rastan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(rastan_msm5205_vck);
};