summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/aim65.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aim65.cpp')
-rw-r--r--src/mame/drivers/aim65.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/aim65.cpp b/src/mame/drivers/aim65.cpp
index 00018157e05..47186011a9e 100644
--- a/src/mame/drivers/aim65.cpp
+++ b/src/mame/drivers/aim65.cpp
@@ -147,7 +147,7 @@ INPUT_PORTS_END
image_init_result aim65_state::load_cart(device_image_interface &image, generic_slot_device *slot, const char *slot_tag)
{
- UINT32 size = slot->common_get_size(slot_tag);
+ uint32_t size = slot->common_get_size(slot_tag);
if (size > 0x1000)
{