summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_o.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_o.h')
-rw-r--r--src/mame/includes/taito_o.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taito_o.h b/src/mame/includes/taito_o.h
index 5f0b4a9011e..a3ae26b3e5e 100644
--- a/src/mame/includes/taito_o.h
+++ b/src/mame/includes/taito_o.h
@@ -30,7 +30,7 @@ public:
DECLARE_WRITE16_MEMBER(io_w);
DECLARE_READ16_MEMBER(io_r);
virtual void machine_start() override;
- UINT32 screen_update_parentj(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update_parentj(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(parentj_interrupt);
void parentj_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int priority );
};