Skip to content

Commit

Permalink
01778: all sets in m62.c driver: low ay8910 volume
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsgiles committed May 5, 2008
1 parent bcffc45 commit 1a1ab7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mame/audio/irem.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,11 @@ static MACHINE_DRIVER_START( irem_audio_base )

MDRV_SOUND_ADD(AY8910, XTAL_3_579545MHz/4) /* verified on pcb */
MDRV_SOUND_CONFIG(irem_ay8910_interface_1)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.15)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)

MDRV_SOUND_ADD(AY8910, XTAL_3_579545MHz/4) /* verified on pcb */
MDRV_SOUND_CONFIG(irem_ay8910_interface_2)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.15)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.80)

MDRV_SOUND_ADD(MSM5205, XTAL_384kHz) /* verified on pcb */
MDRV_SOUND_CONFIG(irem_msm5205_interface_1)
Expand Down

0 comments on commit 1a1ab7b

Please sign in to comment.