summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/pluginopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/pluginopt.cpp')
-rw-r--r--src/frontend/mame/ui/pluginopt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/pluginopt.cpp b/src/frontend/mame/ui/pluginopt.cpp
index e456562c4fc..b9167150b6f 100644
--- a/src/frontend/mame/ui/pluginopt.cpp
+++ b/src/frontend/mame/ui/pluginopt.cpp
@@ -96,7 +96,7 @@ void menu_plugin_opt::populate()
uintptr_t i = 1;
for(auto &item : menu_list)
{
- UINT32 flags = 0;
+ uint32_t flags = 0;
if(item.flags == "off")
flags = FLAG_DISABLE;
else if(item.flags == "l")
d>2019-10-261-2/+2 * (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1 * deco146.cpp : Updates cam9002019-04-141-1/+1 * deco146.cpp : Simplify handlers, Reduce some unnecessary lines cam9002019-03-311-1/+1 * deco16ic.cpp : Move cninja exclusive transmask function into cninja.cpp cam9002019-03-201-1/+0 * (nw) sorry, take 2 Ivan Vangelista2019-02-251-40/+40 * some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-2/+2 * Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+5 * src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-22/+22 * new working clone - Pocket Gal Deluxe (Asia v3.00) braintro2018-09-241-26/+47 * devcb3 Vas Crabb2018-07-071-5/+5 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4 * (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-4/+4 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-43/+46 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4 * deco16ic : Split pf1/2 size (#3124) cam9002018-01-251-1/+2 * Get rid of nonbuffered_palette_w at decocomn (#3103) cam9002018-01-241-4/+1 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2 * Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1 * pktgaldx: Add vblank ack Dirk Best2017-09-221-7/+14 * deco146: Use DEVCB for input ports and explicitly define these in all drivers... AJR2017-08-311-0/+3 * Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7 * Self-registering devices prep: Vas Crabb2017-02-271-1/+5 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4 * okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1 * Fix deco crypt separate compile (nw) Miodrag Milanovic2016-04-301-1/+2