summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sspeedr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sspeedr.h')
-rw-r--r--src/mame/includes/sspeedr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/sspeedr.h b/src/mame/includes/sspeedr.h
index 54978416da1..af08e28c3fe 100644
--- a/src/mame/includes/sspeedr.h
+++ b/src/mame/includes/sspeedr.h
@@ -9,8 +9,8 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette") { }
- UINT8 m_led_TIME[2];
- UINT8 m_led_SCORE[24];
+ uint8_t m_led_TIME[2];
+ uint8_t m_led_SCORE[24];
int m_toggle;
unsigned m_driver_horz;
unsigned m_driver_vert;
@@ -40,7 +40,7 @@ public:
DECLARE_WRITE8_MEMBER(sspeedr_track_ice_w);
virtual void video_start() override;
DECLARE_PALETTE_INIT(sspeedr);
- UINT32 screen_update_sspeedr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update_sspeedr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_sspeedr(screen_device &screen, bool state);
void draw_track(bitmap_ind16 &bitmap);
void draw_drones(bitmap_ind16 &bitmap, const rectangle &cliprect);