summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_hmcs40.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_hmcs40.cpp')
-rw-r--r--src/mame/drivers/hh_hmcs40.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/mame/drivers/hh_hmcs40.cpp b/src/mame/drivers/hh_hmcs40.cpp
index 5f70d409338..2d40ce9e66f 100644
--- a/src/mame/drivers/hh_hmcs40.cpp
+++ b/src/mame/drivers/hh_hmcs40.cpp
@@ -400,7 +400,6 @@ READ8_MEMBER(bambball_state::input_r)
return read_inputs(4);
}
-
// config
static INPUT_PORTS_START( bambball )
@@ -516,7 +515,6 @@ READ8_MEMBER(bmboxing_state::input_r)
return read_inputs(4);
}
-
// config
/* physical button layout and labels is like this:
@@ -663,7 +661,6 @@ void bfriskyt_state::update_int1()
set_interrupt(1, read_inputs(5));
}
-
// config
static INPUT_PORTS_START( bfriskyt )
@@ -781,7 +778,6 @@ READ16_MEMBER(packmon_state::input_r)
return read_inputs(5) & 0x20;
}
-
// config
static INPUT_PORTS_START( packmon )
@@ -905,7 +901,6 @@ void msthawk_state::update_int0()
set_interrupt(0, read_inputs(6));
}
-
// config
static INPUT_PORTS_START( msthawk )
@@ -1028,7 +1023,6 @@ void bzaxxon_state::update_int1()
set_interrupt(1, read_inputs(4));
}
-
// config
static INPUT_PORTS_START( bzaxxon )
@@ -1148,7 +1142,6 @@ void zackman_state::update_int0()
set_interrupt(0, read_inputs(4));
}
-
// config
static INPUT_PORTS_START( zackman )
@@ -1269,7 +1262,6 @@ void bpengo_state::update_int0()
set_interrupt(0, read_inputs(4));
}
-
// config
static INPUT_PORTS_START( bpengo )
@@ -1397,7 +1389,6 @@ void bbtime_state::update_int0()
set_interrupt(0, read_inputs(5));
}
-
// config
static INPUT_PORTS_START( bbtime )
@@ -1502,7 +1493,6 @@ WRITE16_MEMBER(bdoramon_state::grid_w)
plate_w(space, 4, data & 0xf);
}
-
// config
static INPUT_PORTS_START( bdoramon )
@@ -1602,7 +1592,6 @@ WRITE16_MEMBER(bultrman_state::grid_w)
plate_w(space, 4, data & (1 << offset) & 7);
}
-
// config
static INPUT_PORTS_START( bultrman )
@@ -1694,7 +1683,6 @@ WRITE16_MEMBER(machiman_state::grid_w)
prepare_display();
}
-
// config
static INPUT_PORTS_START( machiman )
@@ -1823,7 +1811,6 @@ WRITE16_MEMBER(pairmtch_state::speaker_w)
m_maincpu->set_input_line(0, (data & 2) ? ASSERT_LINE : CLEAR_LINE);
}
-
// config
static INPUT_PORTS_START( pairmtch )
@@ -1949,7 +1936,6 @@ READ16_MEMBER(alnattck_state::input_r)
return read_inputs(7) & 0x20;
}
-
// config
static INPUT_PORTS_START( alnattck )
@@ -2080,7 +2066,6 @@ WRITE16_MEMBER(cdkong_state::grid_w)
prepare_display();
}
-
// config
static INPUT_PORTS_START( cdkong )
@@ -2207,7 +2192,6 @@ READ8_MEMBER(cgalaxn_state::input_r)
return read_inputs(2);
}
-
// config
static INPUT_PORTS_START( cgalaxn )
@@ -2333,7 +2317,6 @@ READ8_MEMBER(cpacman_state::input_r)
return read_inputs(3);
}
-
// config
static INPUT_PORTS_START( cpacman )
@@ -2450,7 +2433,6 @@ READ8_MEMBER(cmspacmn_state::input_r)
return read_inputs(3);
}
-
// config
static INPUT_PORTS_START( cmspacmn )
@@ -2575,7 +2557,6 @@ READ16_MEMBER(sag_state::input_r)
return read_inputs(6) << 13;
}
-
// config
static INPUT_PORTS_START( sag )
@@ -2702,7 +2683,6 @@ READ8_MEMBER(egalaxn2_state::input_r)
return read_inputs(4);
}
-
// config
static INPUT_PORTS_START( egalaxn2 )
@@ -2938,7 +2918,6 @@ READ8_MEMBER(eturtles_state::cop_ack_r)
return m_d & 1;
}
-
// config
static INPUT_PORTS_START( eturtles )
@@ -3061,7 +3040,6 @@ READ8_MEMBER(estargte_state::cop_data_r)
return m_r[0] | (m_d << 7 & 0x80);
}
-
// config
static INPUT_PORTS_START( estargte )
@@ -3192,7 +3170,6 @@ READ16_MEMBER(ghalien_state::input_r)
return read_inputs(7) & 0x8000;
}
-
// config
static INPUT_PORTS_START( ghalien )
@@ -3316,7 +3293,6 @@ void gckong_state::update_int1()
set_interrupt(1, read_inputs(4));
}
-
// config
static INPUT_PORTS_START( gckong )
@@ -3438,7 +3414,6 @@ void gdigdug_state::update_int1()
set_interrupt(1, read_inputs(5));
}
-
// config
static INPUT_PORTS_START( gdigdug )
@@ -3562,7 +3537,6 @@ READ8_MEMBER(mwcbaseb_state::input_r)
return read_inputs(7);
}
-
// config
/* physical button layout and labels is like this:
@@ -3704,7 +3678,6 @@ WRITE16_MEMBER(pbqbert_state::grid_w)
plate_w(space, 7, data >> 8 & 1);
}
-
// config
static INPUT_PORTS_START( pbqbert )
@@ -3816,7 +3789,6 @@ void kingman_state::update_int0()
set_interrupt(0, read_inputs(4));
}
-
// config
static INPUT_PORTS_START( kingman )
@@ -3937,7 +3909,6 @@ void tmtron_state::update_int1()
set_interrupt(1, read_inputs(4));
}
-
// config
static INPUT_PORTS_START( tmtron )
@@ -4039,7 +4010,6 @@ WRITE16_MEMBER(vinvader_state::grid_w)
plate_w(space, 3 + hmcs40_cpu_device::PORT_R1X, data >> 4 & 7);
}
-
// config
static INPUT_PORTS_START( vinvader )