mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
(MESS) cbm2: Added floppies to software list. (nw)
This commit is contained in:
parent
1e7e398238
commit
7e98df8ef9
@ -2,6 +2,30 @@
|
|||||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
<softwarelist name="cbm2_flop" description="Commodore CBM-II diskettes">
|
<softwarelist name="cbm2_flop" description="Commodore CBM-II diskettes">
|
||||||
|
|
||||||
|
<software name="8250test">
|
||||||
|
<description>Commodore 8250LP Floppy Disk Drive Test/Demo Diskette</description>
|
||||||
|
<year>198?</year>
|
||||||
|
<publisher>Commodore</publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="1066496">
|
||||||
|
<rom name="8250lp-demo.d82" size="1066496" crc="cbd23e48" sha1="acedaa2e77f7a113bfe77760eb67ba45099b50db" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
<software name="1001test">
|
||||||
|
<description>Commodore SFD-1001 Floppy Disk Drive Test/Demo Diskette</description>
|
||||||
|
<year>198?</year>
|
||||||
|
<publisher>Commodore</publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="1066496">
|
||||||
|
<rom name="sfd1001-demo.d82" size="1066496" crc="83b12b13" sha1="316fa89b4553ff1d411dc14ffcdd477c1fb284da" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
<software name="burnin">
|
<software name="burnin">
|
||||||
<description>Factory Burn In Diagnostics for B Series</description>
|
<description>Factory Burn In Diagnostics for B Series</description>
|
||||||
<year>1983</year>
|
<year>1983</year>
|
||||||
@ -117,6 +141,18 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
|
<software name="sampler">
|
||||||
|
<description>CBM 700 Software Sampler</description>
|
||||||
|
<year>198?</year>
|
||||||
|
<publisher><unknown></publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="533248">
|
||||||
|
<rom name="disk2002.d80" size="533248" crc="bed6b1cd" sha1="624ae3c03c03274cc66d027c6be331f064c7773c" offset="0" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
<software name="cbug02">
|
<software name="cbug02">
|
||||||
<description>CBUG #2</description>
|
<description>CBUG #2</description>
|
||||||
<year>1983</year>
|
<year>1983</year>
|
||||||
|
Loading…
Reference in New Issue
Block a user