mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) pc9801_26: fixed "Error performing a late bind of type 18pc9801_slot_device to 16pc9801_26_device". nw.
This commit is contained in:
parent
eaa25e92a8
commit
f90e0e395c
@ -54,7 +54,7 @@ static const ay8910_interface ay8910_config =
|
||||
static MACHINE_CONFIG_FRAGMENT( pc9801_26_config )
|
||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||
MCFG_SOUND_ADD("opn", YM2203, MAIN_CLOCK_X1*2) // unknown clock / divider
|
||||
MCFG_YM2203_IRQ_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, pc9801_26_device, pc9801_sound_irq))
|
||||
MCFG_YM2203_IRQ_HANDLER(WRITELINE(pc9801_26_device, pc9801_sound_irq))
|
||||
MCFG_YM2203_AY8910_INTF(&ay8910_config)
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user