summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toobin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toobin.c')
-rw-r--r--src/mame/drivers/toobin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toobin.c b/src/mame/drivers/toobin.c
index 0e53313fc63..be8204f6046 100644
--- a/src/mame/drivers/toobin.c
+++ b/src/mame/drivers/toobin.c
@@ -219,7 +219,7 @@ static MACHINE_CONFIG_START( toobin, toobin_state )
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
-
+
MCFG_ATARI_JSA_I_ADD("jsa", WRITELINE(atarigen_state, sound_int_write_line))
MCFG_ATARI_JSA_TEST_PORT("FF9000", 12)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)