mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
documenting ironclads as questionable hacks, until proven hack or real proto
This commit is contained in:
parent
0e5fb79526
commit
ae713d3df3
@ -4862,7 +4862,7 @@ ROM_END
|
||||
Choutetsu Brikin'ger - Iron clad (prototype) 1996 Saurus
|
||||
****************************************/
|
||||
|
||||
ROM_START( ironclad ) /* Prototype - Second (bugfix) release. */
|
||||
ROM_START( ironclad ) /* Prototype - Second (bugfix) release. Wii VC hack? */
|
||||
ROM_REGION( 0x200000, "maincpu", 0 )
|
||||
ROM_LOAD16_WORD_SWAP( "220-p1p.p1", 0x100000, 0x100000, CRC(ce37e3a0) SHA1(488f95fa15f56eea6666dda13d96ec29dba18e19) )
|
||||
ROM_CONTINUE( 0x000000, 0x100000 )
|
||||
@ -4883,7 +4883,7 @@ ROM_START( ironclad ) /* Prototype - Second (bugfix) release. */
|
||||
ROM_LOAD16_BYTE( "220-c4p.c4", 0x800001, 0x400000, CRC(e73ea38b) SHA1(27138d588e61e86c292f12d16e36c3681075c607) ) /* Plane 2,3 */
|
||||
ROM_END
|
||||
|
||||
ROM_START( ironclado ) /* Prototype, older - First release. Original prototype from '96? */
|
||||
ROM_START( ironclado ) /* Prototype, older - First release. Original prototype from '96? Wii VC hack? */
|
||||
ROM_REGION( 0x200000, "maincpu", 0 )
|
||||
ROM_LOAD16_WORD_SWAP( "220-p1po.p1", 0x100000, 0x100000, CRC(62a942c6) SHA1(12aaa7d9bd84328d1bf4610e056b5c57d0252537) )
|
||||
ROM_CONTINUE( 0x000000, 0x100000 )
|
||||
@ -9940,8 +9940,8 @@ GAME( 1995, quizkofk, quizkof, neogeo, neogeo, neogeo, ROT0, "Saurus", "
|
||||
GAME( 1995, stakwin, neogeo, neogeo, neogeo, neogeo, ROT0, "Saurus", "Stakes Winner / Stakes Winner - GI kinzen seihae no michi", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, ragnagrd, neogeo, neogeo, neogeo, neogeo, ROT0, "Saurus", "Ragnagard / Shin-Oh-Ken", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, pgoal, neogeo, neogeo, neogeo, neogeo, ROT0, "Saurus", "Pleasure Goal / Futsal - 5 on 5 Mini Soccer (NGM-219)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, ironclad, neogeo, neogeo, neogeo, neogeo, ROT0, "Saurus", "Choutetsu Brikin'ger - Iron clad (Prototype)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, ironclado, ironclad, neogeo, neogeo, neogeo, ROT0, "Saurus", "Choutetsu Brikin'ger - Iron clad (Prototype, older)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, ironclad, neogeo, neogeo, neogeo, neogeo, ROT0, "hack?", "Choutetsu Brikin'ger - Iron clad (Prototype)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, ironclado, ironclad, neogeo, neogeo, neogeo, ROT0, "hack?", "Choutetsu Brikin'ger - Iron clad (Prototype, older)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1996, stakwin2, neogeo, neogeo, neogeo, neogeo, ROT0, "Saurus", "Stakes Winner 2", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1997, shocktro, neogeo, neogeo, neogeo, neogeo, ROT0, "Saurus", "Shock Troopers (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1997, shocktroa, shocktro, neogeo, neogeo, neogeo, ROT0, "Saurus", "Shock Troopers (set 2)", GAME_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user