mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
ibmpcjr: Add Fraction Fever to cart softlist, hook up ibm5150 softlist, move nortutil to the ibm5150 softlist (nw)
This commit is contained in:
parent
043005906d
commit
5b49e10a43
@ -2614,6 +2614,20 @@ Known PC Booter Games Not Dumped, Or Dumped and Lost when Demonlord's Site went
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</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">
|
<software name="visicalc">
|
||||||
<description>VisiCalc</description>
|
<description>VisiCalc</description>
|
||||||
<year>1982</year>
|
<year>1982</year>
|
||||||
|
@ -30,9 +30,9 @@ Micro Surgeon (Imagic)
|
|||||||
*CrossFire (Sierra OnLine)
|
*CrossFire (Sierra OnLine)
|
||||||
*Mine Shaft (Sierra OnLine)
|
*Mine Shaft (Sierra OnLine)
|
||||||
|
|
||||||
FaceMaker (Spinaker)
|
FaceMaker (Spinnaker)
|
||||||
KinderComp (Spinaker)
|
KinderComp (Spinnaker)
|
||||||
Fraction Fever (Spinaker)
|
*Fraction Fever (Spinnaker)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<software name="basic">
|
<software name="basic">
|
||||||
@ -89,6 +89,17 @@ Fraction Fever (Spinaker)
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</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">
|
<software name="lotus123">
|
||||||
<description>Lotus 123jr</description>
|
<description>Lotus 123jr</description>
|
||||||
<year>1984</year>
|
<year>1984</year>
|
||||||
|
@ -67,20 +67,6 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</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">
|
<software name="procm24">
|
||||||
<description>ProComm (Version 2.4.3)</description>
|
<description>ProComm (Version 2.4.3)</description>
|
||||||
<year>1988</year>
|
<year>1988</year>
|
||||||
|
@ -657,6 +657,7 @@ static MACHINE_CONFIG_START( ibmpcjr, pcjr_state)
|
|||||||
/* Software lists */
|
/* Software lists */
|
||||||
MCFG_SOFTWARE_LIST_ADD("cart_list","ibmpcjr_cart")
|
MCFG_SOFTWARE_LIST_ADD("cart_list","ibmpcjr_cart")
|
||||||
MCFG_SOFTWARE_LIST_ADD("flop_list","ibmpcjr_flop")
|
MCFG_SOFTWARE_LIST_ADD("flop_list","ibmpcjr_flop")
|
||||||
|
MCFG_SOFTWARE_LIST_COMPATIBLE_ADD("pc_list","ibm5150")
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
static GFXDECODE_START( ibmpcjx )
|
static GFXDECODE_START( ibmpcjx )
|
||||||
@ -680,7 +681,7 @@ static MACHINE_CONFIG_DERIVED( ibmpcjx, ibmpcjr )
|
|||||||
MCFG_DEVICE_MODIFY(RAM_TAG)
|
MCFG_DEVICE_MODIFY(RAM_TAG)
|
||||||
MCFG_RAM_DEFAULT_SIZE("512K")
|
MCFG_RAM_DEFAULT_SIZE("512K")
|
||||||
MCFG_RAM_EXTRA_OPTIONS("") // only boots with 512k currently
|
MCFG_RAM_EXTRA_OPTIONS("") // only boots with 512k currently
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user