summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/tapectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/tapectrl.cpp')
-rw-r--r--src/frontend/mame/ui/tapectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/tapectrl.cpp b/src/frontend/mame/ui/tapectrl.cpp
index 9160ec5c1d7..57432ecd14e 100644
--- a/src/frontend/mame/ui/tapectrl.cpp
+++ b/src/frontend/mame/ui/tapectrl.cpp
@@ -67,7 +67,7 @@ void menu_tape_control::populate()
cassette_state state;
double t0 = current_device()->get_position();
double t1 = current_device()->get_length();
- UINT32 tapeflags = 0;
+ uint32_t tapeflags = 0;
// state
if (t1 > 0)