summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/utils.h')
-rw-r--r--src/frontend/mame/ui/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/utils.h b/src/frontend/mame/ui/utils.h
index 8d3d2d0c085..d2cd12c1beb 100644
--- a/src/frontend/mame/ui/utils.h
+++ b/src/frontend/mame/ui/utils.h
@@ -17,7 +17,7 @@
#define MAX_CUST_FILTER 8
// GLOBAL ENUMERATORS
-enum
+enum : UINT16
{
FILTER_FIRST = 0,
FILTER_ALL = FILTER_FIRST,
@@ -96,7 +96,7 @@ enum
UI_LAST_LOAD = UI_STORY_LOAD
};
-enum
+enum : UINT16
{
UI_SW_FIRST = 0,
UI_SW_ALL = UI_SW_FIRST,