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/videoopt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/ui/videoopt.cpp') diff --git a/src/emu/ui/videoopt.cpp b/src/emu/ui/videoopt.cpp index e76c27305c8..aa3bc21dd5f 100644 --- a/src/emu/ui/videoopt.cpp +++ b/src/emu/ui/videoopt.cpp @@ -24,7 +24,7 @@ void ui_menu_video_targets::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, static_cast(menu_event->itemref)))); + ui_menu::stack_push(global_alloc_clear(machine(), container, static_cast(menu_event->itemref))); } -- cgit v1.2.3-70-g09d2