From aa240764d7f8659fe69a664b45c701c488dd9412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Larsson=20Edstr=C3=B6m?= Date: Sun, 11 Feb 2018 00:45:56 +0100 Subject: ews286: Added a softlist with DOS 3.10C specific for Ericsson PC WS286 (#3186) * ews286: Added a softlist with DOS 3.10C specific for Ericsson PC WS286 * Update ews286_flop.xml fixed a typo --- hash/ews286_flop.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ hash/stepone_flop.xml | 2 +- src/mame/drivers/at.cpp | 2 ++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 hash/ews286_flop.xml diff --git a/hash/ews286_flop.xml b/hash/ews286_flop.xml new file mode 100644 index 00000000000..b4846e03c0a --- /dev/null +++ b/hash/ews286_flop.xml @@ -0,0 +1,42 @@ + + + + + + + DOS v3.10C + 1986 + Microsoft/Ericsson + + + + + + + + + + DOS Supplemental Programs v3.10C + 1986 + Microsoft/Ericsson + + + + + + + + + + Ericsson Maintenance Program v4.10 + 1986 + Ericsson + + + + + + + + + diff --git a/hash/stepone_flop.xml b/hash/stepone_flop.xml index 45aea9294e3..a1ae0b3efcf 100644 --- a/hash/stepone_flop.xml +++ b/hash/stepone_flop.xml @@ -10,7 +10,7 @@ Microsoft - + diff --git a/src/mame/drivers/at.cpp b/src/mame/drivers/at.cpp index 2871cc34707..e8c6f501f50 100644 --- a/src/mame/drivers/at.cpp +++ b/src/mame/drivers/at.cpp @@ -428,6 +428,8 @@ MACHINE_CONFIG_DERIVED(at_state::ews286, ibm5170) MCFG_DEVICE_MODIFY("isa2") MCFG_SLOT_OPTION_MACHINE_CONFIG("fdc", cfg_single_1200K) // From pictures but also with a 3.5" as second floppy + MCFG_SOFTWARE_LIST_ADD("ews286_disk_list","ews286_flop") + MCFG_RAM_MODIFY(RAM_TAG) MCFG_RAM_DEFAULT_SIZE("640K") MACHINE_CONFIG_END -- cgit v1.2.3