mirror of
https://github.com/holub/mame
synced 2025-06-10 14:52:42 +03:00
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
This commit is contained in:
parent
b9da76a71b
commit
aa240764d7
42
hash/ews286_flop.xml
Normal file
42
hash/ews286_flop.xml
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
|
<softwarelist name="ews286_flop" description="Ericsson PC AT WS286 diskettes">
|
||||||
|
|
||||||
|
<!-- OS and System software -->
|
||||||
|
<software name="dos310c">
|
||||||
|
<description>DOS v3.10C</description>
|
||||||
|
<year>1986</year>
|
||||||
|
<publisher>Microsoft/Ericsson</publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="324574">
|
||||||
|
<rom name="ews286dos3_10c.imd" size="324574" crc="7e6d22ef" sha1="fed510b64b9e1b20ca66ecc8baa195f2dca3ca9c" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
<software name="sup310c">
|
||||||
|
<description>DOS Supplemental Programs v3.10C</description>
|
||||||
|
<year>1986</year>
|
||||||
|
<publisher>Microsoft/Ericsson</publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="267342">
|
||||||
|
<rom name="ews286dossup3_10c.imd" size="267342" crc="be271f65" sha1="597598b3aaa2db56a580ddfc90734bd9bceecb74" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
<software name="emp410">
|
||||||
|
<description>Ericsson Maintenance Program v4.10</description>
|
||||||
|
<year>1986</year>
|
||||||
|
<publisher>Ericsson</publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="301579">
|
||||||
|
<rom name="ews286maintenance4_10.imd" size="301579" crc="3ce8632a" sha1="5b51587504318257c87e1856476f07e5df279abe" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
</softwarelist>
|
@ -10,7 +10,7 @@
|
|||||||
<publisher>Microsoft</publisher>
|
<publisher>Microsoft</publisher>
|
||||||
|
|
||||||
<part name="flop1" interface="floppy_5_25">
|
<part name="flop1" interface="floppy_5_25">
|
||||||
<dataarea name="flop" size="10734">
|
<dataarea name="flop" size="167674">
|
||||||
<rom name="BASIC.IMD" size="167674" crc="6789a422" sha1="2db2140562f1e033719dd68befd27ef34e6ef539" offset="0" />
|
<rom name="BASIC.IMD" size="167674" crc="6789a422" sha1="2db2140562f1e033719dd68befd27ef34e6ef539" offset="0" />
|
||||||
</dataarea>
|
</dataarea>
|
||||||
</part>
|
</part>
|
||||||
|
@ -428,6 +428,8 @@ MACHINE_CONFIG_DERIVED(at_state::ews286, ibm5170)
|
|||||||
MCFG_DEVICE_MODIFY("isa2")
|
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_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_MODIFY(RAM_TAG)
|
||||||
MCFG_RAM_DEFAULT_SIZE("640K")
|
MCFG_RAM_DEFAULT_SIZE("640K")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
Loading…
Reference in New Issue
Block a user