From cc24a339d8c0517259084b5c178d784626ba965c Mon Sep 17 00:00:00 2001 From: ImJezze Date: Sun, 21 Feb 2016 11:48:45 +0100 Subject: Merge remote-tracking branch 'refs/remotes/mamedev/master' Second attempt --- src/emu/ui/inputmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/ui/inputmap.cpp') diff --git a/src/emu/ui/inputmap.cpp b/src/emu/ui/inputmap.cpp index 1fc0d046e1f..f3ffe9b0e59 100644 --- a/src/emu/ui/inputmap.cpp +++ b/src/emu/ui/inputmap.cpp @@ -73,7 +73,7 @@ void ui_menu_input_groups::handle() /* process the menu */ const ui_menu_event *menu_event = process(0); if (menu_event != nullptr && menu_event->iptkey == IPT_UI_SELECT) - ui_menu::stack_push(auto_alloc_clear(machine(), (machine(), container, int((long long)(menu_event->itemref)-1)))); + ui_menu::stack_push(global_alloc_clear(machine(), container, int((long long)(menu_event->itemref)-1))); } -- cgit v1.2.3-70-g09d2