summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kncljoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kncljoe.c')
-rw-r--r--src/mame/drivers/kncljoe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/kncljoe.c b/src/mame/drivers/kncljoe.c
index 26eae1bfb43..cfd15950ed9 100644
--- a/src/mame/drivers/kncljoe.c
+++ b/src/mame/drivers/kncljoe.c
@@ -235,8 +235,8 @@ GFXDECODE_END
* Sound interface
*
*************************************/
-
-
+
+
//-------------------------------------------------
// sn76496_config psg_intf
//-------------------------------------------------
@@ -327,7 +327,7 @@ static MACHINE_CONFIG_START( kncljoe, kncljoe_state )
MCFG_SOUND_ADD("sn1", SN76489_NEW, XTAL_3_579545MHz) /* verified on pcb */
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
MCFG_SOUND_CONFIG(psg_intf)
-
+
MCFG_SOUND_ADD("sn2", SN76489_NEW, XTAL_3_579545MHz) /* verified on pcb */
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.30)
MCFG_SOUND_CONFIG(psg_intf)