Fix for pce regression I caused. Thanks to etabeta for spotting this. (nw)
This commit is contained in:
parent
a9e3982e90
commit
ad4c3741b0
@ -234,7 +234,7 @@ static MACHINE_CONFIG_FRAGMENT( pce_cd )
|
||||
MCFG_CDROM_ADD("cdrom", pce_cdrom)
|
||||
|
||||
MCFG_SOUND_ADD( "msm5205", MSM5205, PCE_CD_CLOCK / 6 )
|
||||
MCFG_MSM5205_VCLK_CB(DEVWRITELINE(DEVICE_SELF_OWNER, pce_cd_device, msm5205_int)) /* interrupt function */
|
||||
MCFG_MSM5205_VCLK_CB(WRITELINE(pce_cd_device, msm5205_int)) /* interrupt function */
|
||||
MCFG_MSM5205_PRESCALER_SELECTOR(MSM5205_S48_4B) /* 1/48 prescaler, 4bit data */
|
||||
MCFG_SOUND_ROUTE( ALL_OUTPUTS, "^:lspeaker", 0.50 )
|
||||
MCFG_SOUND_ROUTE( ALL_OUTPUTS, "^:rspeaker", 0.50 )
|
||||
|
Loading…
Reference in New Issue
Block a user