Previous 199869 Revisions Next

r26312 Wednesday 20th November, 2013 at 19:14:20 UTC by David Haywood
new clones
U.N. Defense Force: Earth Joker (Japan, prototype?) [Unigame]

It's a final PCB, with mask roms, so might not be a proto.  Also need to ask if remaining roms were verified.
[src/mame]mame.lst
[src/mame/drivers]asuka.c

trunk/src/mame/drivers/asuka.c
r26311r26312
14861486   ROM_CONTINUE(         0x10000, 0x0c000 )    /* banked stuff */
14871487ROM_END
14881488
1489ROM_START( earthjkrp )
1490   ROM_REGION( 0x100000, "maincpu", 0 )     /* 1024k for 68000 code */
1491   ROM_LOAD16_BYTE( "3.bin",  0x00001, 0x20000, CRC(26c33225) SHA1(b039c47d0776c90813ab52c867e95989cab2c567) )
1492   ROM_LOAD16_BYTE( "4.bin",  0x00000, 0x20000, CRC(e9b1ef0c) SHA1(5e104146d37922a8c7e93696c2c156223653025b) )
1493   /* 0x40000 - 0x7ffff is intentionally empty */
1494   ROM_LOAD16_WORD( "5.bin", 0x80000, 0x80000, CRC(bf760b2d) SHA1(4aff36623e5a31ab86c77461fa93e40e77f08edd) ) /* Fix ROM */
1495
1496   // no other roms present in set, but was production PCB with MASK rom
1497
1498   ROM_REGION( 0x80000, "gfx1", 0 )
1499   ROM_LOAD( "ej_chr.rom", 0x00000, 0x80000, CRC(ac675297) SHA1(2a34e1eae3a4be84dbf709053f5e8a781b1073fc) )    /* SCR tiles (8 x 8) */
1500
1501   ROM_REGION( 0xa0000, "gfx2", 0 )
1502   ROM_LOAD       ( "ej_obj.rom", 0x00000, 0x80000, CRC(5f21ac47) SHA1(45c94ffb53ee9b822b0676f6fb151fed4ce6d967) ) /* Sprites (16 x 16) */
1503   ROM_LOAD16_BYTE( "ej_1.rom",   0x80000, 0x10000, CRC(cb4891db) SHA1(af1112608cdd897ef6028ef617f5ca69d7964861) )
1504   ROM_LOAD16_BYTE( "ej_0.rom",   0x80001, 0x10000, CRC(b612086f) SHA1(625748fcb698ec57b7b3ce46019cf85de99aaaa1) )
1505
1506   ROM_REGION( 0x1c000, "audiocpu", 0 )    /* sound cpu */
1507   ROM_LOAD( "ej_2.rom", 0x00000, 0x04000, CRC(42ba2566) SHA1(c437388684b565c7504d6bad6accd73aa000faca) )
1508   ROM_CONTINUE(         0x10000, 0x0c000 )    /* banked stuff */
1509ROM_END
1510
14891511ROM_START( eto )
14901512   ROM_REGION( 0x100000, "maincpu", 0 )     /* 1024k for 68000 code */
14911513   ROM_LOAD16_BYTE( "eto-1.23",  0x00000, 0x20000, CRC(44286597) SHA1(ac37e5edbf9d187f60232adc5e9ebed45b3d2fe2) )
r26311r26312
15421564GAME( 1989, cadashg,   cadash,   cadash,   cadash, driver_device,   0, ROT0,   "Taito Corporation Japan",   "Cadash (Germany)", GAME_SUPPORTS_SAVE )
15431565GAME( 1989, cadashp,   cadash,   cadash,   cadashj, driver_device,  0, ROT0,   "Taito Corporation Japan",   "Cadash (World, prototype)", GAME_SUPPORTS_SAVE )
15441566GAME( 1992, galmedes,  0,        galmedes, galmedes, driver_device, 0, ROT270, "Visco",                     "Galmedes (Japan)", GAME_SUPPORTS_SAVE )
1545GAME( 1993, earthjkr,  0,        galmedes, earthjkr, driver_device, 0, ROT270, "Visco",                     "U.N. Defense Force: Earth Joker", GAME_SUPPORTS_SAVE )
1567GAME( 1993, earthjkr,  0,        galmedes, earthjkr, driver_device, 0, ROT270, "Visco",                     "U.N. Defense Force: Earth Joker (Japan)", GAME_SUPPORTS_SAVE )
1568GAME( 1993, earthjkrp, earthjkr, galmedes, earthjkr, driver_device, 0, ROT270, "Visco",                     "U.N. Defense Force: Earth Joker (Japan, prototype?)", GAME_SUPPORTS_SAVE )
15461569GAME( 1994, eto,       0,        eto,      eto, driver_device,      0, ROT0,   "Visco",                     "Kokontouzai Eto Monogatari (Japan)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r26311r26312
21132113parentj         // C42 (c) 199? Taito
21142114galmedes        // (c) 1992 Visco (Japan)
21152115earthjkr        // (c) 1993 Visco (Japan)
2116earthjkrp      //
21162117eto             // (c) 1994 Visco (Japan)
21172118wgp             // C32 (c) 1989 Taito America Corporation (US)
21182119wgpj            // C32 (c) 1989 Taito Corporation (Japan)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team