diff options
author | 2016-06-19 18:31:55 +0200 | |
---|---|---|
committer | 2016-06-19 18:31:55 +0200 | |
commit | 066e5b770a5884d2ee6e70e6c1b0d88f6739bcb6 (patch) | |
tree | c9b00693f466818e01491c8f99fea3088207aa17 /src | |
parent | 19d6d9ac02a34c80f3cd0553fc77944d372aa83b (diff) | |
parent | 506ff38237a5750c2635c8054ed529b71ff05687 (diff) |
Merge pull request #973 from rzero9/master
New software list for PC-98x1 CDs
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/pc9801.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/pc9801.cpp b/src/mame/drivers/pc9801.cpp index 6fa412a978c..846f87cb95e 100644 --- a/src/mame/drivers/pc9801.cpp +++ b/src/mame/drivers/pc9801.cpp @@ -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 ) |