summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbugger.c')
-rw-r--r--src/mame/drivers/sbugger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/sbugger.c b/src/mame/drivers/sbugger.c
index 9997b8348d6..2f3954343e4 100644
--- a/src/mame/drivers/sbugger.c
+++ b/src/mame/drivers/sbugger.c
@@ -228,8 +228,8 @@ static I8156_INTERFACE(i8156_intf)
* Sound interface
*
*************************************/
-
-
+
+
//-------------------------------------------------
// sn76496_config psg_intf
//-------------------------------------------------
@@ -265,7 +265,7 @@ static MACHINE_CONFIG_START( sbugger, sbugger_state )
MCFG_SOUND_ADD("sn76489.1", SN76489_NEW, 3000000)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_SOUND_CONFIG(psg_intf)
-
+
MCFG_SOUND_ADD("sn76489.2", SN76489_NEW, 3000000)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MCFG_SOUND_CONFIG(psg_intf)