From ec2669cacff2ec954ba351e09ba083c4e32b4ce4 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 25 Apr 2016 19:59:42 -0400 Subject: Machine management cleanups - Boolean parameter to running_machine::run is no longer firstrun (which is now a member variable of mame_machine_manager) but quiet, which disables logging and audio recording without explicitly checking the system name. - Sound recording is now turned on and off by explicit calls. The potential uses of this have not been explored. - Dependencies reduced on drivenum.h, where the declaration for GAME_NAME(___empty) has been moved to. --- src/frontend/mame/ui/inputmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/frontend/mame/ui/inputmap.h') diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h index 32ad48092ea..f49df47b892 100644 --- a/src/frontend/mame/ui/inputmap.h +++ b/src/frontend/mame/ui/inputmap.h @@ -13,8 +13,6 @@ #ifndef __UI_INPUTMAP_H__ #define __UI_INPUTMAP_H__ -//#include "drivenum.h" - class ui_menu_input_groups : public ui_menu { public: ui_menu_input_groups(running_machine &machine, render_container *container); -- cgit v1.2.3