mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
m24: move pcosm24 to m24 softlist (nw)
This commit is contained in:
parent
4dd6521546
commit
4a20b56e62
14
hash/m20.xml
14
hash/m20.xml
@ -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
22
hash/m24.xml
Normal 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>
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user