summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlera.h')
-rw-r--r--src/mame/includes/battlera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index b7f72fd9ac6..59cb48a40b7 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -41,5 +41,5 @@ public:
virtual void machine_start() 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);
};