mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
chkun: Regression fix (nw)
This commit is contained in:
parent
6be34df91f
commit
e663d910a9
@ -495,7 +495,7 @@ MACHINE_CONFIG_DERIVED(timeplt_state::chkun, bikkuric)
|
||||
|
||||
/* sound hardware */
|
||||
MCFG_SOUND_MODIFY("timeplt_audio:ay2")
|
||||
MCFG_AY8910_PORT_A_WRITE_CB(WRITE8(timeplt_state, chkun_sound_w))
|
||||
MCFG_AY8910_PORT_A_WRITE_CB(DEVWRITE8("^", timeplt_state, chkun_sound_w))
|
||||
|
||||
MCFG_TC8830F_ADD("tc8830f", XTAL_512kHz)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "timeplt_audio:mono", 0.10)
|
||||
|
Loading…
Reference in New Issue
Block a user