summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/inputmap.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-04-25 19:59:42 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-04-25 19:59:42 -0400
commitec2669cacff2ec954ba351e09ba083c4e32b4ce4 (patch)
tree7e9ec8a3e673ad0cf436357075807d3d0a0fbcc9 /src/frontend/mame/ui/inputmap.h
parent5a320aba4abe239b250a0917f82e70d9c8a905b9 (diff)
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.
Diffstat (limited to 'src/frontend/mame/ui/inputmap.h')
-rw-r--r--src/frontend/mame/ui/inputmap.h2
1 files changed, 0 insertions, 2 deletions
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);