mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Fixed wrong assert_line -> that became pulse_line for abitudinary matters
This commit is contained in:
parent
5ffea188d3
commit
e5ac159fb7
@ -59,7 +59,7 @@ static INTERRUPT_GEN( mnchmobl_sound_irq )
|
||||
munchmo_state *state = (munchmo_state *)device->machine->driver_data;
|
||||
|
||||
if (!(state->sound_nmi_enable))
|
||||
cpu_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
|
||||
cpu_set_input_line(device, INPUT_LINE_NMI, ASSERT_LINE);
|
||||
}
|
||||
|
||||
static WRITE8_HANDLER( mnchmobl_soundlatch_w )
|
||||
|
Loading…
Reference in New Issue
Block a user