summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/irobot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/irobot.c')
-rw-r--r--src/mame/drivers/irobot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/irobot.c b/src/mame/drivers/irobot.c
index e53df69a53d..582cd6e52d6 100644
--- a/src/mame/drivers/irobot.c
+++ b/src/mame/drivers/irobot.c
@@ -318,8 +318,8 @@ static MACHINE_CONFIG_START( irobot, irobot_state )
MCFG_SPEAKER_STANDARD_MONO("mono")
/* FIXME: I-Robot has all channels of the quad-pokey tied together
- * This needs to be taken into account in the design.
- */
+ * This needs to be taken into account in the design.
+ */
MCFG_POKEY_ADD("pokey1", MAIN_CLOCK/8)
MCFG_POKEY_CONFIG(pokey_config)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)