summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/equites.c')
-rw-r--r--src/mame/drivers/equites.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/equites.c b/src/mame/drivers/equites.c
index 058ad5c111d..8d1820b3030 100644
--- a/src/mame/drivers/equites.c
+++ b/src/mame/drivers/equites.c
@@ -187,8 +187,8 @@ static MACHINE_DRIVER_START( equites_sound )
MDRV_SPEAKER_STANDARD_MONO("mono")
MDRV_SOUND_ADD(MSM5232, XTAL_6_144MHz/2)
- /* OSC is connected to a pot which varies the frequency of M5232
- from 6.144mhz to few Khz. Here I assume a value which gives a good pitch */
+ /* OSC is connected to a pot which varies the frequency of M5232
+ from 6.144mhz to few Khz. Here I assume a value which gives a good pitch */
MDRV_SOUND_CONFIG(equites_5232intf)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.75)