mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
pc9801: Attached CD software list
This commit is contained in:
parent
5ce8388960
commit
51b5f23fc2
@ -3185,6 +3185,8 @@ static MACHINE_CONFIG_FRAGMENT( pc9801_ide )
|
||||
MCFG_ATA_INTERFACE_IRQ_HANDLER(WRITELINE(pc9801_state, ide1_irq_w))
|
||||
MCFG_ATA_INTERFACE_ADD("ide2", pc9801_atapi_devices, "pc9801_cd", nullptr, false)
|
||||
MCFG_ATA_INTERFACE_IRQ_HANDLER(WRITELINE(pc9801_state, ide2_irq_w))
|
||||
|
||||
MCFG_SOFTWARE_LIST_ADD("cd_list","pc98_cd")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
static MACHINE_CONFIG_FRAGMENT( pc9801_common )
|
||||
|
Loading…
Reference in New Issue
Block a user