summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tryout.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-03-07 16:10:01 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-03-07 16:10:01 +0000
commitcfafcff7fffc34a7ffc151c24a3903e021c02563 (patch)
tree16899b7f3c5a7bd701ce5ae90365e41f43347535 /src/mame/drivers/tryout.c
parent69d9ba23462e0b5b39952ee2a3699a61807dcf67 (diff)
Added an extra note to a port, not worth mentioning.
Diffstat (limited to 'src/mame/drivers/tryout.c')
-rw-r--r--src/mame/drivers/tryout.c4
1 files changed, 3 insertions, 1 deletions
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 )