Previous 199869 Revisions Next

r19104 Thursday 22nd November, 2012 at 10:25:30 UTC by Robbbert
There seems to be some doubt as to the authenticity of a certain clone..
[src/mame]mame.lst
[src/mame/drivers]phoenix.c

trunk/src/mame/drivers/phoenix.c
r19103r19104
813813   ROM_RELOAD(               0x0000, 0x0100 )   /* the dump had 2 identical proms with different names */
814814ROM_END
815815
816ROM_START( phoenixr )
817   ROM_REGION( 0x10000, "maincpu", 0 )   /* 64k for code */
818   ROM_LOAD( "phoenix.45",   0x0000, 0x0800, CRC(5b8c55a8) SHA1(839c1ca9766f730ec3accd48db70f6429a9c3362) )
819   ROM_LOAD( "phoenix3.46",  0x0800, 0x0800, CRC(5748f486) SHA1(49e6fd836d26ec24105e95227b24cf668e8a470a) )
820   ROM_LOAD( "phoenix.47",   0x1000, 0x0800, CRC(cbbb8839) SHA1(b7f449374cac111081559e39646f973e7e99fd64) )
821   ROM_LOAD( "phoenixr.48",  0x1800, 0x0800, CRC(9253e642) SHA1(9f72d7beb22ffc8dffc43765356e34def36efc12) )
822   ROM_LOAD( "h5-ic49.5a",   0x2000, 0x0800, CRC(a105e4e7) SHA1(b35142a91b6b7fdf7535202671793393c9f4685f) )
823   ROM_LOAD( "h6-ic50.6a",   0x2800, 0x0800, CRC(ac5e9ec1) SHA1(0402e5241d99759d804291998efd43f37ce99917) )
824   ROM_LOAD( "h7-ic51.7a",   0x3000, 0x0800, CRC(2eab35b4) SHA1(849bf8273317cc869bdd67e50c68399ee8ece81d) )
825   ROM_LOAD( "phoenix3.52",  0x3800, 0x0800, CRC(d2c5c984) SHA1(a9432f9aff8a2f5ca1d347443efc008a177d8ae0) )
826
827   ROM_REGION( 0x1000, "gfx1", 0 )
828   ROM_LOAD( "r_ic23",       0x0000, 0x0800, CRC(02bc87ea) SHA1(bd672a5c62339e18d627d5bb195a9da2a76fd239) )
829   ROM_LOAD( "r_ic24",       0x0800, 0x0800, CRC(675388ee) SHA1(4bef2b7cd28b2311a5775f89ee8756caf405c182) )
830
831   ROM_REGION( 0x1000, "gfx2", 0 )
832   ROM_LOAD( "r_ic39",       0x0000, 0x0800, CRC(8b1653ba) SHA1(5677fd96d49165b4d71047771e4a0bd8d6fb2400) )
833   ROM_LOAD( "r_ic40",       0x0800, 0x0800, CRC(3b811dfb) SHA1(e2a9fada30bdb096ddfd35abc4717e1cac38c943) )
834
835   ROM_REGION( 0x0200, "proms", 0 )
836   ROM_LOAD( "mmi6301.ic40",   0x0000, 0x0100, CRC(79350b25) SHA1(57411be4c1d89677f7919ae295446da90612c8a8) )  /* palette low bits */
837   ROM_LOAD( "mmi6301.ic41",   0x0100, 0x0100, CRC(e176b768) SHA1(e2184dd495ed579f10b6da0b78379e02d7a6229f) )  /* palette high bits */
838ROM_END
839
840816ROM_START( condor )
841817   ROM_REGION( 0x10000, "maincpu", 0 )
842818   ROM_LOAD( "cond01c.bin",  0x0000, 0x0800, CRC(c0f73929) SHA1(3cecf8341a5674165d2cae9b22ea5db26a9597de) )
r19103r19104
11941170GAME( 1981, phoenixc2,phoenix,  phoenix,  phoenixt, driver_device, 0,        ROT90, "bootleg? (Irecsa / G.G.I Corp)",  "Phoenix (Irecsa / G.G.I Corp, set 2)", GAME_SUPPORTS_SAVE )
11951171GAME( 1981, phoenixc3,phoenix,  phoenix,  phoenixt, driver_device, 0,        ROT90, "bootleg? (Irecsa / G.G.I Corp)",  "Phoenix (Irecsa / G.G.I Corp, set 3)", GAME_SUPPORTS_SAVE )
11961172GAME( 1981, phoenixc4,phoenix,  phoenix,  phoenix , driver_device, 0,         ROT90, "G.G.I. Corporation", "Phoenix (GGI)", GAME_SUPPORTS_SAVE )
1197GAME( 198?, phoenixr, phoenix,  phoenix,  phoenix , driver_device, 0,         ROT90, "CYBERYOGI =CO= Windler", "PhoenixR (German Democratic Republic version)", GAME_SUPPORTS_SAVE )
11981173GAME( 1981, condor,   phoenix,  condor,   condor, phoenix_state,   condor,   ROT90, "bootleg",   "Condor (bootleg of Phoenix)", GAME_SUPPORTS_SAVE )
11991174// the following 2 were common bootlegs in england & france respectively
12001175GAME( 1980, falcon,   phoenix,  phoenix,  phoenixt, driver_device, 0,        ROT90, "bootleg",   "Falcon (bootleg of Phoenix) (8085A CPU)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r19103r19104
649649phoenixc2      // bootleg
650650phoenixc3      // bootleg
651651phoenixc4      // bootleg
652phoenixr      // bootleg
653652condor         // bootleg
654653fenix         // bootleg
655654falcon         // bootleg

Previous 199869 Revisions Next


© 1997-2024 The MAME Team