From cfafcff7fffc34a7ffc151c24a3903e021c02563 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sat, 7 Mar 2009 16:10:01 +0000 Subject: Added an extra note to a port, not worth mentioning. --- src/mame/drivers/tryout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/tryout.c b/src/mame/drivers/tryout.c index c6d8f26ed3e..4ed42bae27c 100644 --- a/src/mame/drivers/tryout.c +++ b/src/mame/drivers/tryout.c @@ -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 ) -- cgit v1.2.3