summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tryout.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-03-09 06:08:47 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-03-09 06:08:47 +0000
commit7fc6cfe6efab5031efc4f12dc00653004b963ab1 (patch)
tree28d5c926df1c9bbe4ac6e4fa08e50185cc2bf49d /src/mame/drivers/tryout.c
parent220ca74fa64a6d5042823c7b990b8cef098a6bc1 (diff)
Cleanups and version bump.mame0130
Diffstat (limited to 'src/mame/drivers/tryout.c')
-rw-r--r--src/mame/drivers/tryout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tryout.c b/src/mame/drivers/tryout.c
index 4ed42bae27c..15b73c658b8 100644
--- a/src/mame/drivers/tryout.c
+++ b/src/mame/drivers/tryout.c
@@ -43,7 +43,7 @@ static WRITE8_HANDLER( tryout_sound_w )
stays on this state.*/
static WRITE8_HANDLER( tryout_sound_irq_ack_w )
{
-// cpu_set_input_line(space->machine->cpu[1], 0, CLEAR_LINE);
+// cpu_set_input_line(space->machine->cpu[1], 0, CLEAR_LINE);
}
static WRITE8_HANDLER( tryout_bankswitch_w )