diff --git a/hash/ibm5150.xml b/hash/ibm5150.xml index 9e6951b04fa..2b4f54676a0 100644 --- a/hash/ibm5150.xml +++ b/hash/ibm5150.xml @@ -2614,6 +2614,20 @@ Known PC Booter Games Not Dumped, Or Dumped and Lost when Demonlord's Site went + + + The Norton Utilities 3.10 + 1986 + Peter Norton Computing, Inc. + + + + + + + + + VisiCalc 1982 diff --git a/hash/ibmpcjr_cart.xml b/hash/ibmpcjr_cart.xml index e40d40f4d19..3d4e67342bf 100644 --- a/hash/ibmpcjr_cart.xml +++ b/hash/ibmpcjr_cart.xml @@ -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) --> @@ -89,6 +89,17 @@ Fraction Fever (Spinaker) + + Fraction Fever + 1983 + Spinnaker + + + + + + + Lotus 123jr 1984 diff --git a/hash/ibmpcjr_flop.xml b/hash/ibmpcjr_flop.xml index da16081dbaf..d7d995aa29d 100644 --- a/hash/ibmpcjr_flop.xml +++ b/hash/ibmpcjr_flop.xml @@ -67,20 +67,6 @@ - - - The Norton Utilities 3.10 - 1986 - Peter Norton Computing, Inc. - - - - - - - - - ProComm (Version 2.4.3) 1988 diff --git a/src/mame/drivers/ibmpcjr.cpp b/src/mame/drivers/ibmpcjr.cpp index 1a79d4eec40..b050a5ed0e0 100644 --- a/src/mame/drivers/ibmpcjr.cpp +++ b/src/mame/drivers/ibmpcjr.cpp @@ -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