mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
Rocket science, fixes MT #2640 at last!
This commit is contained in:
parent
4d762486b7
commit
3fd13a4f9e
@ -206,12 +206,11 @@ TIMER_DEVICE_CALLBACK_MEMBER(megasys1_state::megasys1A_iganinju_scanline)
|
|||||||
if(scanline == 240) // vblank-out irq
|
if(scanline == 240) // vblank-out irq
|
||||||
m_maincpu->set_input_line(2, HOLD_LINE);
|
m_maincpu->set_input_line(2, HOLD_LINE);
|
||||||
|
|
||||||
if(scanline == 16)
|
//if(scanline == 16)
|
||||||
m_maincpu->set_input_line(1, HOLD_LINE);
|
// m_maincpu->set_input_line(1, HOLD_LINE);
|
||||||
|
|
||||||
if(scanline == 128)
|
//if(scanline == 128)
|
||||||
m_maincpu->set_input_line(3, HOLD_LINE);
|
// m_maincpu->set_input_line(3, HOLD_LINE);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static ADDRESS_MAP_START( megasys1A_map, AS_PROGRAM, 16, megasys1_state )
|
static ADDRESS_MAP_START( megasys1A_map, AS_PROGRAM, 16, megasys1_state )
|
||||||
|
Loading…
Reference in New Issue
Block a user