ibmpcjr: Add Fraction Fever to cart softlist, hook up ibm5150 softlist, move nortutil to the ibm5150 softlist (nw)

This commit is contained in:
Justin Kerk 2017-01-16 18:28:29 -08:00
parent 043005906d
commit 5b49e10a43
4 changed files with 30 additions and 18 deletions

View file

@ -2614,6 +2614,20 @@ Known PC Booter Games Not Dumped, Or Dumped and Lost when Demonlord's Site went
</part>
</software>
<!-- sold also for the IBM PCjr-->
<software name="nortutil">
<description>The Norton Utilities 3.10</description>
<year>1986</year>
<publisher>Peter Norton Computing, Inc.</publisher>
<info name="usage" value="boot from PC DOS 2.1 and then load, using: nc /d1" />
<!-- marked as bad since source is questionable, needs a redump -->
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="368640">
<rom name="norton utilities 310.img" size="368640" crc="b27b8cbb" sha1="34b5973fe5354a08b4d2a987473f82cd82a581cd" offset="0x00000" status="baddump" />
</dataarea>
</part>
</software>
<software name="visicalc">
<description>VisiCalc</description>
<year>1982</year>

View file

@ -30,9 +30,9 @@ Micro Surgeon (Imagic)
*CrossFire (Sierra OnLine)
*Mine Shaft (Sierra OnLine)
FaceMaker (Spinaker)
KinderComp (Spinaker)
Fraction Fever (Spinaker)
FaceMaker (Spinnaker)
KinderComp (Spinnaker)
*Fraction Fever (Spinnaker)
-->
<software name="basic">
@ -89,6 +89,17 @@ Fraction Fever (Spinaker)
</part>
</software>
<software name="fracfevr">
<description>Fraction Fever</description>
<year>1983</year>
<publisher>Spinnaker</publisher>
<part name="cart1" interface="ibmpcjr_cart">
<dataarea name="rom" size = "8192">
<rom name="fraction.bin" size="8192" crc="28bb80e0" sha1="2ab31a435fa2f0c07226f3f7cf073f2b2a6c1c2c" offset="0"/>
</dataarea>
</part>
</software>
<software name="lotus123">
<description>Lotus 123jr</description>
<year>1984</year>

View file

@ -67,20 +67,6 @@
</part>
</software>
<!-- will be moved to the pc softlist oneday when one is created. These was sold also for the IBM PCjr-->
<software name="nortutil">
<description>The Norton Utilities 3.10</description>
<year>1986</year>
<publisher>Peter Norton Computing, Inc.</publisher>
<info name="usage" value="boot from PC DOS 2.1 and then load, using: nc /d1" />
<!-- marked as bad since source is questionable, needs a redump -->
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="368640">
<rom name="norton utilities 310.img" size="368640" crc="b27b8cbb" sha1="34b5973fe5354a08b4d2a987473f82cd82a581cd" offset="0x00000" status="baddump" />
</dataarea>
</part>
</software>
<software name="procm24">
<description>ProComm (Version 2.4.3)</description>
<year>1988</year>

View file

@ -657,6 +657,7 @@ static MACHINE_CONFIG_START( ibmpcjr, pcjr_state)
/* Software lists */
MCFG_SOFTWARE_LIST_ADD("cart_list","ibmpcjr_cart")
MCFG_SOFTWARE_LIST_ADD("flop_list","ibmpcjr_flop")
MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("pc_list","ibm5150")
MACHINE_CONFIG_END
static GFXDECODE_START( ibmpcjx )
@ -680,7 +681,7 @@ static MACHINE_CONFIG_DERIVED( ibmpcjx, ibmpcjr )
MCFG_DEVICE_MODIFY(RAM_TAG)
MCFG_RAM_DEFAULT_SIZE("512K")
MCFG_RAM_EXTRA_OPTIONS("") // only boots with 512k currently
MACHINE_CONFIG_END
MACHINE_CONFIG_END