Previous 199869 Revisions Next

r34355 Monday 12th January, 2015 at 15:24:39 UTC by David Haywood
Idenfitied 'psychic5a' as the World / Overseas version, and the current parent as the Japan version, swapped them and named them as such [The Cutting Room Floor]
- see http://tcrf.net/Psychic_5
[src/mame]mame.lst
[src/mame/drivers]psychic5.c

trunk/src/mame/drivers/psychic5.c
r242866r242867
800800
801801
802802
803ROM_START( psychic5 )
803ROM_START( psychic5j )
804804   ROM_REGION( 0x20000, "maincpu", 0 )                     /* Main CPU */
805805   ROM_LOAD( "p5d",          0x00000, 0x08000, CRC(90259249) SHA1(ac2d8dd95f6c04b6ad726136931e37dcd537e977) )
806806   ROM_LOAD( "p5e",          0x10000, 0x10000, CRC(72298f34) SHA1(725be2fbf5f3622f646c0fb8e6677cbddf0b1fc2) )
r242866r242867
824824   ROM_LOAD( "my09.3t",    0x200, 0x400, CRC(59e44236) SHA1(f53d99694fa5acd7cc51dd78e09f0d2ef730e7a4) )
825825ROM_END
826826
827ROM_START( psychic5a )
827ROM_START( psychic5 )
828828   ROM_REGION( 0x20000, "maincpu", 0 )                     /* Main CPU */
829829   ROM_LOAD( "myp5d",          0x00000, 0x08000, CRC(1d40a8c7) SHA1(79b36e690ea334c066b55b1e39ceb5fe0688cd7b) )
830830   ROM_LOAD( "myp5e",          0x10000, 0x10000, CRC(2fa7e8c0) SHA1(d5096ebec58329346a3292ad2da1be3742fad093) )
r242866r242867
944944ROM_END
945945
946946
947GAME( 1987, psychic5,  0,        psychic5, psychic5, driver_device, 0, ROT270, "Jaleco", "Psychic 5 (set 1)", 0 )
948GAME( 1987, psychic5a, psychic5, psychic5, psychic5, driver_device, 0, ROT270, "Jaleco", "Psychic 5 (set 2)", 0 ) // player doesn't die as early in attract mode on this set..
949GAME( 1988, bombsa,    0,        bombsa,   bombsa, driver_device,   0, ROT270, "Jaleco", "Bombs Away", GAME_NOT_WORKING )
947GAME( 1987, psychic5,  0,        psychic5, psychic5, driver_device, 0, ROT270, "Jaleco / NMK", "Psychic 5 (World)", 0 ) // "Oversea's version V2.00 CHANGED BY TAMIO NAKASATO" text present in ROM, various modifications (English names, more complete attract demo etc.)
948GAME( 1987, psychic5j, psychic5, psychic5, psychic5, driver_device, 0, ROT270, "Jaleco / NMK", "Psychic 5 (Japan)", 0 )
949GAME( 1988, bombsa,    0,        bombsa,   bombsa,   driver_device, 0, ROT270, "Jaleco", "Bombs Away", GAME_NOT_WORKING )
950
trunk/src/mame/mame.lst
r242866r242867
85678567butasan         // (c) 1987 Jaleco - english subtitled
85688568butasanj        // (c) 1987 Jaleco
85698569psychic5        // (c) 1987 Jaleco
8570psychic5a       // (c) 1987 Jaleco
8570psychic5j       // (c) 1987 Jaleco
85718571bombsa          // (c) 1988 Jaleco
85728572ginganin        // (c) 1987 Jaleco
85738573ginganina       // (c) 1987 Jaleco


Previous 199869 Revisions Next


© 1997-2024 The MAME Team