summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mhavoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mhavoc.c')
-rw-r--r--src/mame/drivers/mhavoc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/mhavoc.c b/src/mame/drivers/mhavoc.c
index 9569de02a5a..62f8ea25571 100644
--- a/src/mame/drivers/mhavoc.c
+++ b/src/mame/drivers/mhavoc.c
@@ -500,10 +500,10 @@ static MACHINE_CONFIG_START( mhavoc, mhavoc_state )
MCFG_SPEAKER_STANDARD_MONO("mono")
/* FIXME: Outputs 1,2,3 are tied together
- * This signal and Output 4 are processed separately.
- * Later they are mixed together again.
- * ==> DISCRETE emulation, below is just an approximation.
- */
+ * This signal and Output 4 are processed separately.
+ * Later they are mixed together again.
+ * ==> DISCRETE emulation, below is just an approximation.
+ */
MCFG_POKEY_ADD("pokey1", MHAVOC_CLOCK_1_25M)
MCFG_POKEY_CONFIG(pokey_config)