m24: move pcosm24 to m24 softlist (nw)

This commit is contained in:
cracyc 2020-04-17 20:16:23 -05:00
parent 4dd6521546
commit 4a20b56e62
3 changed files with 23 additions and 14 deletions

View File

@ -470,18 +470,4 @@ license:CC0
</part>
</software>
<!-- This does not belong to this list, but let's preserve it here for the moment... -->
<software name="pcosm24" supported="no">
<description>Olivetti PCOS 1.0 (for Olivetti M24)</description>
<year>19??</year>
<publisher>Olivetti</publisher>
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="137326">
<rom name="pcos_m24.td0" size="137326" crc="e3681337" sha1="85de143c84b9015af899d59ccd7614bb2c219f69"/>
</dataarea>
</part>
</software>
</softwarelist>

22
hash/m24.xml Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0
-->
<softwarelist name="m24" description="Olivetti M24 floppies">
<!-- Operative Systems -->
<software name="pcosm24">
<description>Olivetti PCOS 1.0 (for Olivetti M24)</description>
<year>19??</year>
<publisher>Olivetti</publisher>
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="137326">
<rom name="pcos_m24.td0" size="137326" crc="e3681337" sha1="85de143c84b9015af899d59ccd7614bb2c219f69"/>
</dataarea>
</part>
</software>
</softwarelist>

View File

@ -617,6 +617,7 @@ void m24_state::olivetti(machine_config &config)
/* software lists */
SOFTWARE_LIST(config, "disk_list").set_original("ibm5150");
SOFTWARE_LIST(config, "m24_disk_list").set_original("m24");
}
ROM_START( m21 )