mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
- neogeo.xml, neogeo.cpp: fixed MT08027
- cosmic.cpp: fixed MT08023
This commit is contained in:
parent
b0bc45a6a4
commit
c05e33b9f3
@ -8919,7 +8919,7 @@ license:CC0
|
||||
<software name="mslug4">
|
||||
<description>Metal Slug 4 (NGM-2630)</description>
|
||||
<year>2002</year>
|
||||
<publisher>Mega / Playmore</publisher>
|
||||
<publisher>Mega / Noise Factory / Playmore</publisher>
|
||||
<info name="serial" value="NGM-2630"/>
|
||||
<info name="release" value="20020327"/>
|
||||
<info name="alt_title" value="メタルスラッグ4"/>
|
||||
@ -8960,7 +8960,7 @@ license:CC0
|
||||
<software name="mslug4h" cloneof="mslug4">
|
||||
<description>Metal Slug 4 (NGH-2630)</description>
|
||||
<year>2002</year>
|
||||
<publisher>Mega / Playmore</publisher>
|
||||
<publisher>Mega / Noise Factory / Playmore</publisher>
|
||||
<info name="serial" value="NGH-2630"/>
|
||||
<info name="release" value="20020613"/>
|
||||
<info name="alt_title" value="メタルスラッグ4"/>
|
||||
|
@ -1311,7 +1311,7 @@ GAME( 1979, cosmica, 0, cosmica, cosmica, cosmic_state, init_cosmica, RO
|
||||
GAME( 1979, cosmica3, cosmica, cosmica, cosmica, cosmic_state, init_cosmica, ROT270, "Universal", "Cosmic Alien (version II, set 2)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1979, cosmica1, cosmica, cosmica, cosmica, cosmic_state, init_cosmica, ROT270, "Universal", "Cosmic Alien (first version)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1979, cosmica2, cosmica, cosmica, cosmica, cosmic_state, init_cosmica, ROT270, "Universal", "Cosmic Alien (early version II?)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, nomnlnd, 0, nomnlnd, nomnlnd, cosmic_state, init_nomnlnd, ROT270, "Universal", "No Man's Land", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, nomnlnd, 0, nomnlnd, nomnlnd, cosmic_state, init_nomnlnd, ROT270, "Universal", "Sengoku no Jieitai", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, nomnlndg, nomnlnd, nomnlnd, nomnlndg, cosmic_state, init_nomnlnd, ROT270, "Universal (Gottlieb license)", "No Man's Land (Gottlieb)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, magspot, 0, magspot, magspot, cosmic_state, empty_init, ROT270, "Universal", "Magical Spot", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, magspot2, 0, magspot, magspot, cosmic_state, empty_init, ROT270, "Universal", "Magical Spot II", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -12148,8 +12148,8 @@ GAME( 2000, bangbead, neogeo, bangbead, neogeo, mvs_led_state, empty_ini
|
||||
GAME( 2000, b2b, neogeo, neobase, neogeo, mvs_led_state, empty_init, ROT0, "Visco", "Bang Bang Busters (2010 NCI release)" , MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
// Mega Enterprise
|
||||
GAME( 2002, mslug4, neogeo, mslug4, neogeo, mvs_led_state, empty_init, ROT0, "Mega / Playmore", "Metal Slug 4 (NGM-2630)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 2002, mslug4h, mslug4, mslug4, neogeo, mvs_led_state, empty_init, ROT0, "Mega / Playmore", "Metal Slug 4 (NGH-2630)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 2002, mslug4, neogeo, mslug4, neogeo, mvs_led_state, empty_init, ROT0, "Mega / Noise Factory / Playmore", "Metal Slug 4 (NGM-2630)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 2002, mslug4h, mslug4, mslug4, neogeo, mvs_led_state, empty_init, ROT0, "Mega / Noise Factory / Playmore", "Metal Slug 4 (NGH-2630)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 2002, ms4plus, mslug4, ms4plus, neogeo, mvs_led_state, empty_init, ROT0, "bootleg", "Metal Slug 4 Plus (bootleg)", MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
// Evoga
|
||||
|
Loading…
Reference in New Issue
Block a user