(MESS) victor9k_flop.xml: Added preliminary software list. [Jonathan Gevaryahu]

This commit is contained in:
Curt Coder 2013-06-15 10:11:22 +00:00
parent 4a673c07aa
commit 62afe70dc0
3 changed files with 21 additions and 0 deletions

1
.gitattributes vendored
View File

@ -287,6 +287,7 @@ hash/vic10.xml svneol=native#text/xml
hash/vic1001_cart.xml svneol=native#text/xml
hash/vic1001_cass.xml svneol=native#text/xml
hash/vic1001_flop.xml svneol=native#text/xml
hash/victor9k_flop.xml svneol=native#text/xml
hash/vidbrain.xml svneol=native#text/xml
hash/vii.xml svneol=native#text/xml
hash/vip.xml svneol=native#text/xml

17
hash/victor9k_flop.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="victor9k_flop" description="Victor 9000 / ACT Sirius 1 diskettes">
<software name="hlutil">
<description>HL Utilities</description>
<year>1988</year>
<publisher>&lt;unknown&gt;</publisher>
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="626688">
<rom name="victor9k__hl__utilities__5-16-88.sshd.img" size="626688" crc="b37e5fb9" sha1="04e2356a67698583817fa6246906241e55606019" offset="0" />
</dataarea>
</part>
</software>
</softwarelist>

View File

@ -1288,6 +1288,9 @@ static MACHINE_CONFIG_START( victor9k, victor9k_state )
MCFG_RAM_ADD(RAM_TAG)
MCFG_RAM_DEFAULT_SIZE("128K")
MCFG_RAM_EXTRA_OPTIONS("256K,384K,512K,640K,768K,896K")
// software list
MCFG_SOFTWARE_LIST_ADD("flop_list", "victor9k_flop")
MACHINE_CONFIG_END