diff options
Diffstat (limited to 'src/mame/includes/vendetta.h')
-rw-r--r-- | src/mame/includes/vendetta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vendetta.h b/src/mame/includes/vendetta.h index b68c15c214b..d7754a44908 100644 --- a/src/mame/includes/vendetta.h +++ b/src/mame/includes/vendetta.h @@ -67,7 +67,7 @@ public: virtual void machine_start() override; virtual void machine_reset() override; - UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); INTERRUPT_GEN_MEMBER(irq); |