diff options
-rw-r--r-- | hash/apple2_flop_clcracked.xml | 2 | ||||
-rw-r--r-- | hash/laser2001_flop.xml | 2 | ||||
-rw-r--r-- | src/mame/drivers/megaplay.cpp | 2 | ||||
-rw-r--r-- | src/mame/drivers/taitogn.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/hash/apple2_flop_clcracked.xml b/hash/apple2_flop_clcracked.xml index f0440ca3e89..5a30d66a916 100644 --- a/hash/apple2_flop_clcracked.xml +++ b/hash/apple2_flop_clcracked.xml @@ -37248,7 +37248,7 @@ license:CC0 </software> <software name="negotedg"> - <description>The Negotation Edge (cleanly cracked)</description> + <description>The Negotiation Edge (cleanly cracked)</description> <year>1984</year> <publisher>Human Edge Software</publisher> <info name="release" value="2020-09-20"/> diff --git a/hash/laser2001_flop.xml b/hash/laser2001_flop.xml index 7e8cbd4426e..e10b928a7b3 100644 --- a/hash/laser2001_flop.xml +++ b/hash/laser2001_flop.xml @@ -5,7 +5,7 @@ license:CC0 --> <softwarelist name="laser2001_flop" description="V-Tech Laser 2001 / Salora Manager disks"> - <software name="kaarme"> + <software name="kaarme" supported="no"> <description>Käärmepeli (Finland)</description> <year>198?</year> <publisher>Salora</publisher> diff --git a/src/mame/drivers/megaplay.cpp b/src/mame/drivers/megaplay.cpp index ee6b19592ad..c5879f852f7 100644 --- a/src/mame/drivers/megaplay.cpp +++ b/src/mame/drivers/megaplay.cpp @@ -1016,7 +1016,7 @@ didn't have original Sega part numbers it's probably a converted TWC cart /* 06 */ GAME( 1993, mp_bio, megaplay, megaplay, mp_bio, mplay_state, init_megaplay, ROT0, "Sega", "Bio-hazard Battle (Mega Play)", MACHINE_IMPERFECT_GRAPHICS ) /* 07 */ GAME( 1993, mp_soni2, megaplay, megaplay, mp_soni2, mplay_state, init_megaplay, ROT0, "Sega", "Sonic The Hedgehog 2 (Mega Play)", MACHINE_IMPERFECT_GRAPHICS ) /* 08 - Columns 3? see below */ -/* 09 */ GAME( 1993, mp_shnb3, megaplay, megaplay, mp_shnb3, mplay_state, init_megaplay, ROT0, "Sega", "Shinobi III (Mega Play)", MACHINE_IMPERFECT_GRAPHICS ) +/* 09 */ GAME( 1993, mp_shnb3, megaplay, megaplay, mp_shnb3, mplay_state, init_megaplay, ROT0, "Sega", "Shinobi III (Mega Play)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS ) /* 10 */ GAME( 1993, mp_gunhe, megaplay, megaplay, mp_gunhe, mplay_state, init_megaplay, ROT0, "Sega", "Gunstar Heroes (Mega Play)", MACHINE_IMPERFECT_GRAPHICS ) /* 11 */ GAME( 1993, mp_mazin, megaplay, megaplay, mp_mazin, mplay_state, init_megaplay, ROT0, "Sega", "Mazin Wars / Mazin Saga (Mega Play)", MACHINE_IMPERFECT_GRAPHICS ) diff --git a/src/mame/drivers/taitogn.cpp b/src/mame/drivers/taitogn.cpp index ddb6feaaa32..2fb316e1edb 100644 --- a/src/mame/drivers/taitogn.cpp +++ b/src/mame/drivers/taitogn.cpp @@ -1095,7 +1095,7 @@ GAME( 1997, coh3002t, 0, coh3002t, coh3002t, taitogn_state, em GAME( 1998, chaoshea, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Chaos Heat (V2.09O 1998/10/02 17:00)", MACHINE_IMPERFECT_SOUND ) GAME( 1998, chaosheaj, chaoshea, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Chaos Heat (V2.08J 1998/09/25 17:00)", MACHINE_IMPERFECT_SOUND ) GAME( 1998, raycris, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Ray Crisis (V2.03O 1998/11/15 15:43)", MACHINE_IMPERFECT_SOUND ) -GAME( 1998, raycrisj, coh3002t, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Ray Crisis (V2.03J 1998/11/15 15:43)", MACHINE_IMPERFECT_SOUND ) +GAME( 1998, raycrisj, raycris, coh3002t_t1, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Ray Crisis (V2.03J 1998/11/15 15:43)", MACHINE_IMPERFECT_SOUND ) GAME( 1999, spuzbobl, coh3002t, coh3002t_t2, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Super Puzzle Bobble (V2.05O 1999/2/24 18:00)", MACHINE_IMPERFECT_SOUND ) GAME( 1999, spuzboblj, spuzbobl, coh3002t_t2, coh3002t, taitogn_state, empty_init, ROT0, "Taito", "Super Puzzle Bobble (V2.04J 1999/2/27 02:10)", MACHINE_IMPERFECT_SOUND ) GAME( 1999, gobyrc, coh3002t, coh3002t_t2, gobyrc, taitogn_state, empty_init, ROT0, "Taito", "Go By RC (V2.03O 1999/05/25 13:31)", MACHINE_IMPERFECT_SOUND ) |