Added an extra note to a port, not worth mentioning.

This commit is contained in:
Angelo Salese 2009-03-07 16:10:01 +00:00
parent 69d9ba2346
commit cfafcff7ff

View File

@ -39,9 +39,11 @@ static WRITE8_HANDLER( tryout_sound_w )
cpu_set_input_line(space->machine->cpu[1], 0, HOLD_LINE);
}
/*this is actually irq/nmi mask, polls only four values at start up (81->01->81->01) and then
stays on this state.*/
static WRITE8_HANDLER( tryout_sound_irq_ack_w )
{
cpu_set_input_line(space->cpu, 0, CLEAR_LINE);
// cpu_set_input_line(space->machine->cpu[1], 0, CLEAR_LINE);
}
static WRITE8_HANDLER( tryout_bankswitch_w )