summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_melps4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_melps4.cpp')
-rw-r--r--src/mame/drivers/hh_melps4.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/hh_melps4.cpp b/src/mame/drivers/hh_melps4.cpp
index 9dbdd384e1c..d1f05423a54 100644
--- a/src/mame/drivers/hh_melps4.cpp
+++ b/src/mame/drivers/hh_melps4.cpp
@@ -274,7 +274,6 @@ READ16_MEMBER(cfrogger_state::input_r)
return (m_inp_matrix[2]->read() & 8) | (read_inputs(2) & 3);
}
-
// config
static INPUT_PORTS_START( cfrogger )
@@ -389,7 +388,6 @@ READ16_MEMBER(gjungler_state::input_r)
return (m_inp_matrix[2]->read() & 0xc) | (read_inputs(2) & 3);
}
-
// config
static INPUT_PORTS_START( gjungler )