mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(MESS) alphatro_flop.xml: Added floppy software list. [Spirantho]
This commit is contained in:
parent
3d48d257c9
commit
bd7466f508
3 changed files with 33 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -31,6 +31,7 @@ hash/advision.xml svneol=native#text/xml
|
|||
hash/aim65_cart.xml svneol=native#text/xml
|
||||
hash/alice32.xml svneol=native#text/xml
|
||||
hash/alice90.xml svneol=native#text/xml
|
||||
hash/alphatro_flop.xml svneol=native#text/xml
|
||||
hash/amiga1000_flop.xml svneol=native#text/xml
|
||||
hash/amiga1200_flop.xml svneol=native#text/xml
|
||||
hash/amiga3000_flop.xml svneol=native#text/xml
|
||||
|
|
29
hash/alphatro_flop.xml
Normal file
29
hash/alphatro_flop.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="alphatro_flop" description="Triumph-Adler Alphatronic PC diskettes">
|
||||
|
||||
<software name="cpm">
|
||||
<description>CP/M</description>
|
||||
<year>198?</year>
|
||||
<publisher><unknown></publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="338176">
|
||||
<rom name="cpm.dsk" size="338176" crc="c7f83bf6" sha1="0dc6d2a95dcf2911d95425b7bee5d9fcc38e5296" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="basic">
|
||||
<description>Disk Basic</description>
|
||||
<year>198?</year>
|
||||
<publisher><unknown></publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="338176">
|
||||
<rom name="diskbasic.dsk" size="338176" crc="07dce496" sha1="a48b4f722e14b2df0bd84ca6ff900905750b8934" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
|
@ -456,6 +456,9 @@ static MACHINE_CONFIG_START( alphatro, alphatro_state )
|
|||
|
||||
MCFG_RAM_ADD("ram")
|
||||
MCFG_RAM_DEFAULT_SIZE("64K")
|
||||
|
||||
// software list
|
||||
MCFG_SOFTWARE_LIST_ADD("flop_list", "alphatro_flop")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue