mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
new clones
Ave Fenix (Spanish bootleg of Phoenix) [Basilio García]
This commit is contained in:
parent
5619fdd9c7
commit
f4b1a1bf94
@ -957,6 +957,33 @@ ROM_START( fenix )
|
||||
ROM_LOAD( "mmi6301.ic41", 0x0100, 0x0100, CRC(e176b768) SHA1(e2184dd495ed579f10b6da0b78379e02d7a6229f) ) /* palette high bits */
|
||||
ROM_END
|
||||
|
||||
|
||||
|
||||
ROM_START( avefenix )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "4101-8516.rom", 0x0000, 0x0800, CRC(5bc2e2fe) SHA1(4d625a3bd423cc1329a6311b87683cb7c0a9374f) )
|
||||
ROM_LOAD( "4102-2716.rom", 0x0800, 0x0800, CRC(dcf2cc3e) SHA1(adffb23ffab4f23d9da40a23e92aa08446d3dc7d) )
|
||||
ROM_LOAD( "4103-8516.rom", 0x1000, 0x0800, CRC(cbbb8839) SHA1(b7f449374cac111081559e39646f973e7e99fd64) )
|
||||
ROM_LOAD( "4104-8516.rom", 0x1800, 0x0800, CRC(8380a581) SHA1(1b56f3e44de93d12008a049c2c71fc23627299e0) )
|
||||
ROM_LOAD( "4105-8516.rom", 0x2000, 0x0800, CRC(cfa8cb51) SHA1(79a7de61927a602bd06d87a1314276929e613cd3) )
|
||||
ROM_LOAD( "4106-8516.rom", 0x2800, 0x0800, CRC(ac5e9ec1) SHA1(0402e5241d99759d804291998efd43f37ce99917) )
|
||||
ROM_LOAD( "4107-8516.rom", 0x3000, 0x0800, CRC(2eab35b4) SHA1(849bf8273317cc869bdd67e50c68399ee8ece81d) )
|
||||
ROM_LOAD( "4108-8516.rom", 0x3800, 0x0800, CRC(f15c439d) SHA1(6b80276b4ddc9989adb2981f018d5c9c55b06430) )
|
||||
|
||||
ROM_REGION( 0x1000, "gfx1", 0 )
|
||||
ROM_LOAD( "41011-8516.rom", 0x0000, 0x0800, CRC(3c7e623f) SHA1(e7ff5fc371664af44785c079e92eeb2d8530187b) )
|
||||
ROM_LOAD( "41012-8516.rom", 0x0800, 0x0800, CRC(59916d3b) SHA1(71aec70a8e096ed1f0c2297b3ae7dca1b8ecc38d) )
|
||||
|
||||
ROM_REGION( 0x1000, "gfx2", 0 )
|
||||
ROM_LOAD( "4109-8516.rom", 0x0000, 0x0800, CRC(53413e8f) SHA1(d772358505b973b10da840d204afb210c0c746ec) )
|
||||
ROM_LOAD( "41010-8516.rom", 0x0800, 0x0800, CRC(0be2ba91) SHA1(af9243ee23377b632b9b7d0b84d341d06bf22480) )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 ) // NOT verified on this set
|
||||
ROM_LOAD( "mmi6301.ic40", 0x0000, 0x0100, CRC(79350b25) SHA1(57411be4c1d89677f7919ae295446da90612c8a8) ) /* palette low bits */
|
||||
ROM_LOAD( "mmi6301.ic41", 0x0100, 0x0100, CRC(e176b768) SHA1(e2184dd495ed579f10b6da0b78379e02d7a6229f) ) /* palette high bits */
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( griffon )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "griffon0.a5", 0x0000, 0x0800, CRC(c0f73929) SHA1(3cecf8341a5674165d2cae9b22ea5db26a9597de) )
|
||||
@ -1209,6 +1236,7 @@ GAME( 1980, griffon, phoenix, condor, condor, phoenix_state, condor, ROT
|
||||
GAME( 1981, nextfase, phoenix, phoenix, nextfase, driver_device, 0, ROT90, "bootleg (Petaco S.A.)", "Next Fase (bootleg of Phoenix)", GAME_SUPPORTS_SAVE )
|
||||
// as is this
|
||||
GAME( 1981, phoenixs, phoenix, phoenix, phoenix, driver_device, 0, ROT90, "bootleg (Sonic)", "Phoenix (Spanish bootleg)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1980, avefenix, phoenix, phoenix, phoenix, driver_device, 0, ROT90, "bootleg (Video Game)", "Ave Fenix (Spanish bootleg of Phoenix)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1981, pleiads, 0, pleiads, pleiads, driver_device, 0, ROT90, "Tehkan", "Pleiads (Tehkan)", GAME_IMPERFECT_COLORS )
|
||||
GAME( 1981, pleiadsb2,pleiads, pleiads, pleiads, driver_device, 0, ROT90, "bootleg (ESG)", "Pleiads (bootleg set 2)", GAME_SUPPORTS_SAVE )
|
||||
|
@ -677,6 +677,7 @@ vautourz // bootleg
|
||||
griffon // bootleg (Videotron)
|
||||
nextfase // bootleg
|
||||
phoenixs // bootleg (Sonic)
|
||||
avefenix //
|
||||
pleiads // (c) 1981 Tehkan
|
||||
pleiadsb2 // bootleg
|
||||
pleiadbl // bootleg
|
||||
|
Loading…
Reference in New Issue
Block a user