summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dblewing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dblewing.c')
-rw-r--r--src/mame/drivers/dblewing.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/drivers/dblewing.c b/src/mame/drivers/dblewing.c
index e109d9898e1..22753c6d742 100644
--- a/src/mame/drivers/dblewing.c
+++ b/src/mame/drivers/dblewing.c
@@ -132,7 +132,6 @@ UINT32 dblewing_state::screen_update_dblewing(screen_device &screen, bitmap_ind1
*/
READ16_MEMBER(dblewing_state::dblewing_prot_r)
{
-
switch (offset * 2)
{
case 0x16a: return m_boss_move; // boss 1 movement
@@ -195,7 +194,6 @@ READ16_MEMBER(dblewing_state::dblewing_prot_r)
WRITE16_MEMBER(dblewing_state::dblewing_prot_w)
{
-
// if (offset * 2 != 0x380)
// printf("dblewing prot w %08x, %04x, %04x %04x\n", space.device().safe_pc(), offset * 2, mem_mask, data);
@@ -342,7 +340,6 @@ ADDRESS_MAP_END
READ8_MEMBER(dblewing_state::irq_latch_r)
{
-
/* bit 1 of dblewing_sound_irq specifies IRQ command writes */
m_sound_irq &= ~0x02;
m_audiocpu->set_input_line(0, (m_sound_irq != 0) ? ASSERT_LINE : CLEAR_LINE);
@@ -560,7 +557,6 @@ static const deco16ic_interface dblewing_deco16ic_tilegen1_intf =
void dblewing_state::machine_start()
{
-
m_maincpu = machine().device<cpu_device>("maincpu");
m_audiocpu = machine().device<cpu_device>("audiocpu");
m_deco_tilegen1 = machine().device("tilegen1");
@@ -598,7 +594,6 @@ void dblewing_state::machine_start()
void dblewing_state::machine_reset()
{
-
m_008_data = 0;
m_104_data = 0;
m_406_data = 0;