summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toobin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toobin.h')
-rw-r--r--src/mame/includes/toobin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/toobin.h b/src/mame/includes/toobin.h
index 38d50d41c60..a8dbbc7fe56 100644
--- a/src/mame/includes/toobin.h
+++ b/src/mame/includes/toobin.h
@@ -26,7 +26,7 @@ public:
required_device<tilemap_device> m_alpha_tilemap;
required_device<atari_motion_objects_device> m_mob;
- required_shared_ptr<UINT16> m_interrupt_scan;
+ required_shared_ptr<uint16_t> m_interrupt_scan;
double m_brightness;
bitmap_ind16 m_pfbitmap;
@@ -47,7 +47,7 @@ public:
DECLARE_MACHINE_RESET(toobin);
DECLARE_VIDEO_START(toobin);
- UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
static const atari_motion_objects_config s_mob_config;
};