summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ave_arb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ave_arb.cpp')
-rw-r--r--src/mame/drivers/ave_arb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ave_arb.cpp b/src/mame/drivers/ave_arb.cpp
index 52482c5acf6..fcd19af7b92 100644
--- a/src/mame/drivers/ave_arb.cpp
+++ b/src/mame/drivers/ave_arb.cpp
@@ -77,7 +77,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(reset_button) { update_reset(); }
DECLARE_INPUT_CHANGED_MEMBER(halt_button) { m_maincpu->set_input_line(M6502_NMI_LINE, newval ? ASSERT_LINE : CLEAR_LINE); update_reset(); }
- // machine drivers
+ // machine configs
void arb(machine_config &config);
void v2(machine_config &config);
@@ -256,7 +256,7 @@ INPUT_PORTS_END
/******************************************************************************
- Machine Drivers
+ Machine Configs
******************************************************************************/
void arb_state::v2(machine_config &config)