From f736cd5abcea21c8b2c8c4f2d2909952856ac22d Mon Sep 17 00:00:00 2001 From: Michele Fochi Date: Mon, 8 Feb 2016 13:25:25 +0100 Subject: Added new options: -[no]exit_after_playback (default=no) -[no]record_input (default=no) Added new UI shortcut to save current timecode (default F12) Translated variable names and comments to english language --- src/emu/ui/ui.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/emu/ui/ui.cpp') diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp index 860da34e212..af60e5de777 100644 --- a/src/emu/ui/ui.cpp +++ b/src/emu/ui/ui.cpp @@ -1648,6 +1648,10 @@ UINT32 ui_manager::handler_ingame(running_machine &machine, render_container *co machine.ui().image_handler_ingame(); + // handle a save input timecode request + if (machine.ui_input().pressed(IPT_UI_TIMECODE)) + machine.video().save_input_timecode(); + if (ui_disabled) return ui_disabled; if (machine.ui_input().pressed(IPT_UI_CANCEL)) -- cgit v1.2.3-70-g09d2