added software list to the RM Nimbus.

This commit is contained in:
Fabio Priuli 2013-03-18 14:09:14 +00:00
parent 3feb1a83a2
commit e5bd92893c
3 changed files with 23 additions and 1 deletions

1
.gitattributes vendored
View File

@ -160,6 +160,7 @@ hash/nes.xml svneol=native#text/xml
hash/next.xml svneol=native#text/xml
hash/ngp.xml svneol=native#text/xml
hash/ngpc.xml svneol=native#text/xml
hash/nimbus.xml svneol=native#text/xml
hash/odyssey2.xml svneol=native#text/xml
hash/ondra.xml svneol=native#text/xml
hash/orao.xml svneol=native#text/xml

18
hash/nimbus.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="nimbus" description="RM Nimbus disk images">
<software name="welcome">
<description>Welcome V2.00B</description>
<year>19??</year>
<publisher>Research Machines?</publisher>
<part name="flop1" interface="floppy_3_5">
<dataarea name="flop" size="348848">
<rom name="ms-dos3.10.dsk" size="737280" crc="f15a6cea" sha1="bfdd6b451f6bd99fef762fd9cb92e60078a71480" offset="0" />
</dataarea>
</part>
</software>
</softwarelist>

View File

@ -57,7 +57,7 @@ static const floppy_interface nimbus_floppy_interface =
DEVCB_NULL,
FLOPPY_STANDARD_3_5_DSDD,
LEGACY_FLOPPY_OPTIONS_NAME(pc),
NULL,
"floppy_3_5",
NULL
};
@ -342,6 +342,9 @@ static MACHINE_CONFIG_START( nimbus, rmnimbus_state )
MCFG_SOUND_ADD(MSM5205_TAG, MSM5205, 384000)
MCFG_SOUND_CONFIG(msm5205_config)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, MONO_TAG, 0.75)
/* Software list */
MCFG_SOFTWARE_LIST_ADD("disk_list","nimbus")
MACHINE_CONFIG_END