Previous 199869 Revisions Next

r20281 Tuesday 15th January, 2013 at 19:13:26 UTC by David Haywood
new clones from citylan

Vastar (set 3) [Zab]
Wonder Boy in Monster Land (English bootleg set 3) [RanaElia]
[src/mame]mame.lst
[src/mame/drivers]system1.c vastar.c

trunk/src/mame/drivers/vastar.c
r20280r20281
529529   ROM_LOAD( "tbp24s10.8n",  0x0000, 0x0100, CRC(b5297a3b) SHA1(a5a512f86097b7d892f6d11e8492e8a379c07f60) )    /* ???? */
530530ROM_END
531531
532ROM_START( vastar3 )
533   ROM_REGION( 0x10000, "maincpu", 0 )
534   ROM_LOAD( "vst_2.4f",         0x0000, 0x2000, CRC(ad4e512a) SHA1(aee11703fb386067dea809b09466719a9675448e) )
535   ROM_LOAD( "vst_3.4h",         0x2000, 0x2000, CRC(2276c5d0) SHA1(1070a952c4e8a8d97036511b48656602ce8e6848) )
536   ROM_LOAD( "vst_4.4j",         0x4000, 0x2000, CRC(deca2aa1) SHA1(88920ae4c4094a748d3f3c37093186e05f1ed284) )
537   ROM_LOAD( "vst_5.6n",         0x6000, 0x2000, CRC(743ed1c7) SHA1(34b2e952113c6c2137dc0c8916276ae344a7c9df) )
538   /* same roms but split??
539   ROM_LOAD( "e_f4.rom",     0x0000, 0x1000, CRC(fecb46d6) SHA1(2d03af431f44ff13f535e1659c1cb15cd99da4a8) )
540   ROM_LOAD( "e_k4.rom",     0x1000, 0x1000, CRC(cd45a64d) SHA1(dd08f12df013c36218a827b6423acd33b7aa6cbf) )
541   ROM_LOAD( "e_h4.rom",     0x2000, 0x1000, CRC(9b0aee71) SHA1(0439706e5f7029dea316a497fb2a0c60a358c9f5) )
542   ROM_LOAD( "e_l4.rom",     0x3000, 0x1000, CRC(d0a79879) SHA1(ec22a9f1de1f536d2eeda99a050a55b8b5078673) )
543   ROM_LOAD( "e_j4.rom",     0x4000, 0x1000, CRC(d44c72ca) SHA1(6b4c0f29a9c12a64bfdbfd6ee2e5ca43bd94b01f) )
544   ROM_LOAD( "e_n4.rom",     0x5000, 0x1000, CRC(03f68cad) SHA1(f2b09e9091d580cf1f90cd45968942fc6486a9b5) )
545   ROM_LOAD( "e_n7.rom",     0x6000, 0x1000, CRC(1e88270d) SHA1(2ef20d781ed87928553cb6142ac5acb2ea700474) )
546   ROM_LOAD( "e_n5.rom",     0x7000, 0x1000, CRC(896af6c8) SHA1(b262ee3b161ec00541d629f02ece6f978beea0ac) )
547   */
548
549   ROM_REGION( 0x10000, "sub", 0 ) /* 64k for the second CPU */
550   ROM_LOAD( "vst_0.2f",     0x0000, 0x1000, CRC(713478d8) SHA1(9cbd1fb689d93a8964f48e59d4effaa4878b2945) )
551   ROM_LOAD( "vst_1.2j",     0x1000, 0x1000, CRC(e4535442) SHA1(280d93bec5cf6183250827ce70ed5ddff968bba5) )
552
553   ROM_REGION( 0x2000, "gfx1", 0 )
554   ROM_LOAD( "c_c9.rom",     0x0000, 0x2000, CRC(34f067b6) SHA1(45d7f8be5bd1dc9e5e511aa2e99c216c5ff12273) )
555
556   ROM_REGION( 0x4000, "gfx2", 0 )
557   ROM_LOAD( "c_f7.rom",     0x0000, 0x2000, CRC(edbf3b13) SHA1(9d6ddf16e83c68c831fec28607584471b5cbcbd2) )
558   ROM_LOAD( "c_f9.rom",     0x2000, 0x2000, CRC(8f309e22) SHA1(f5bbc5cf70687415061a0674e273e20fbfcc1f8f) )
559
560   ROM_REGION( 0x2000, "gfx3", 0 )
561   ROM_LOAD( "c_n4.rom",     0x0000, 0x2000, CRC(b5f9c866) SHA1(17fc38cd40638e4f5d25c0cae70df3b8f03425dd) )
562
563   ROM_REGION( 0x2000, "gfx4", 0 )
564   ROM_LOAD( "c_s4.rom",     0x0000, 0x2000, CRC(c9fbbfc9) SHA1(7c6ace0e2eae8420a31d9054ad5dd94924273d5f) )
565
566   ROM_REGION( 0x0300, "proms", 0 )
567   ROM_LOAD( "tbp24s10.6p",  0x0000, 0x0100, CRC(a712d73a) SHA1(a65fa5928431d8631fb04e01ad0a0d2de849bf1d) )    /* red component */
568   ROM_LOAD( "tbp24s10.6s",  0x0100, 0x0100, CRC(0a7d48ec) SHA1(400e0b271c241712e7b7502e96e4f8a609e078e1) )    /* green component */
569   ROM_LOAD( "tbp24s10.6m",  0x0200, 0x0100, CRC(4c3db907) SHA1(03bcbc4763dcf49f4a06f499042e36183aa8b762) )    /* blue component */
570
571   ROM_REGION( 0x0100, "unkprom", 0 )
572   ROM_LOAD( "tbp24s10.8n",  0x0000, 0x0100, CRC(b5297a3b) SHA1(a5a512f86097b7d892f6d11e8492e8a379c07f60) )    /* ???? */
573ROM_END
574
575
532576ROM_START( pprobe )
533577   ROM_REGION( 0x10000, "maincpu", 0 )
534578   ROM_LOAD( "pb2.bin",   0x0000, 0x2000, CRC(a88592aa) SHA1(98e8e6233b85e678718f532708d57ec946b9fd88) )
r20280r20281
564608
565609GAME( 1983, vastar,  0,      vastar, vastar, driver_device, 0, ROT90, "Sesame Japan", "Vastar (set 1)", 0 )
566610GAME( 1983, vastar2, vastar, vastar, vastar, driver_device, 0, ROT90, "Sesame Japan", "Vastar (set 2)", 0 )
611GAME( 1983, vastar3, vastar, vastar, vastar, driver_device, 0, ROT90, "Sesame Japan", "Vastar (set 3)", 0 )
567612GAME( 1985, pprobe,  0,      vastar, pprobe, driver_device, 0, ROT90, "Crux / Kyugo?", "Planet Probe (prototype?)", 0 ) // has no Copyright, probably because Crux didn't have a trading name at this point?
trunk/src/mame/drivers/system1.c
r20280r20281
42864286   ROM_LOAD( "pr5317.37",    0x0000, 0x0100, CRC(648350b8) SHA1(c7986aa9127ef5b50b845434cb4e81dff9861cd2) )
42874287ROM_END
42884288
4289/* similar to above, apparently Gecas license, but clearly a bootleg */
4290ROM_START( wbmlbge )
4291   ROM_REGION( 0x40000, "maincpu", 0 )
4292   ROM_LOAD( "3.bin",  0x20000, 0x8000, CRC(b4f90adc) SHA1(23b536acc70bbf8673be193a67d0423a87e2ff4d) ) /* Unencrypted opcodes */
4293   ROM_CONTINUE(       0x00000, 0x8000 )             /* Now load the operands in RAM */
4294   ROM_LOAD( "2.bin",  0x30000, 0x8000, CRC(1896c19b) SHA1(41d0429c65b172a5f6d0af92a5a2ae9178ceb550) ) /* Unencrypted opcodes */
4295   ROM_CONTINUE(       0x10000, 0x8000 )
4296   ROM_LOAD( "1.bin",  0x38000, 0x8000, CRC(0e827f13) SHA1(8d7fb996630beec48b5471a46be30b65e3ba6d8c) ) /* Unencrypted opcodes */
4297   ROM_CONTINUE(       0x18000, 0x8000 )
42894298
4299   ROM_REGION( 0x10000, "soundcpu", 0 )
4300   ROM_LOAD( "epr11037.126", 0x0000, 0x8000, CRC(7a4ee585) SHA1(050436106cced5dcbf40a3d94d48202eedddc3ad) )
4301
4302   ROM_REGION( 0x18000, "tiles", 0 )
4303   ROM_LOAD( "galaxy.ic4", 0x00000, 0x8000, CRC(ab75d056) SHA1(d90d9c723536d0ec21900dc70b51715300b01fe7) )
4304   ROM_LOAD( "galaxy.ic6", 0x08000, 0x8000, CRC(6bb5e601) SHA1(465d67dcde4e775d1b93640ef1a300e958cbe707) )
4305   ROM_LOAD( "galaxy.ic5", 0x10000, 0x8000, CRC(3c11d151) SHA1(7b0c6792ae919ac309a709ca0c89006487e1d6e9) )
4306
4307   ROM_REGION( 0x20000, "sprites", 0 )
4308   ROM_LOAD( "epr11028.87",  0x00000, 0x8000, CRC(af0b3972) SHA1(413825f66b84c7e45aa1855131482abead8f7f3b) )
4309   ROM_LOAD( "epr11027.86",  0x08000, 0x8000, CRC(277d8f1d) SHA1(7854673503ed03d276abe971805a11f8c992f6d6) )
4310   ROM_LOAD( "epr11030.89",  0x10000, 0x8000, CRC(f05ffc76) SHA1(f3dbb518240f86430840c3d4cda04bac79c20f69) )
4311   ROM_LOAD( "epr11029.88",  0x18000, 0x8000, CRC(cedc9c61) SHA1(dbe5744f9b6f2a406b52b910dd4e133db7bce6b2) )
4312
4313   ROM_REGION( 0x0300, "palette", 0 )
4314   ROM_LOAD( "pr11026.20",   0x0000, 0x0100, CRC(27057298) SHA1(654be7abb937bb0720263ee6512e31194662effe) )
4315   ROM_LOAD( "pr11025.14",   0x0100, 0x0100, CRC(41e4d86b) SHA1(a86e8bb0a465d01b04410edfbb82eb96f12b909f) )
4316   ROM_LOAD( "pr11024.8",    0x0200, 0x0100, CRC(08d71954) SHA1(df045dbfb3d669e4d42fbdba1e7191cd046f7b47) )
4317
4318   ROM_REGION( 0x0100, "proms", 0 )
4319   ROM_LOAD( "pr5317.37",    0x0000, 0x0100, CRC(648350b8) SHA1(c7986aa9127ef5b50b845434cb4e81dff9861cd2) )
4320ROM_END
4321
4322
4323
42904324ROM_START( dakkochn )
42914325   ROM_REGION( 0x20000, "maincpu", 0 )
42924326   ROM_LOAD( "epr-11224.ic90",  0x00000, 0x8000, CRC(9fb1972b) SHA1(1bb61c6ec2b5b8eb39f74f20d5bcd0f14501bd21) ) /* encrypted */
r20280r20281
48824916GAME( 1987, wbmljb,     wbml,     sys2,     wbml, system1_state,      bootsys2, ROT0,   "bootleg",         "Wonder Boy in Monster Land (Japan bootleg)", GAME_SUPPORTS_SAVE )
48834917GAME( 1987, wbmlb,      wbml,     sys2,     wbml, system1_state,      bootsys2, ROT0,   "bootleg",         "Wonder Boy in Monster Land (English bootleg set 1)", GAME_SUPPORTS_SAVE)
48844918GAME( 1987, wbmlbg,     wbml,     sys2,     wbml, system1_state,      bootsys2, ROT0,   "bootleg (Galaxy Electronics)", "Wonder Boy in Monster Land (English bootleg set 2)", GAME_SUPPORTS_SAVE)
4919GAME( 1987, wbmlbge,    wbml,     sys2,     wbml, system1_state,      bootsys2, ROT0,   "bootleg (Gecas)", "Wonder Boy in Monster Land (English bootleg set 3)", GAME_SUPPORTS_SAVE)
48854920GAME( 1987, dakkochn,   0,        sys2,     dakkochn, system1_state,  dakkochn, ROT0,   "White Board",     "DakkoChan House (MC-8123B, 317-5014)", GAME_SUPPORTS_SAVE )
48864921GAME( 1987, blockgalb,  blockgal, sys2,     blockgal, system1_state,  bootleg,  ROT90,  "bootleg",         "Block Gal (bootleg)", GAME_SUPPORTS_SAVE )
48874922GAME( 1988, ufosensi,   0,        sys2row,  ufosensi, system1_state,  ufosensi, ROT0,   "Sega",            "Ufo Senshi Yohko Chan (MC-8123, 317-0064)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r20280r20281
41534153wbmljb          // (c) 1987 Sega/Westone (S2)
41544154wbmlb           // bootleg? (S2)
41554155wbmlbg          // bootleg (Galaxy Electronics)
4156wbmlbge         // bootleg (Gecas)
41564157dakkochn        // 836-6483 (S2)
41574158ufosensi        // 834-6659 (S2)
41584159ufosensib       // bootleg
r20280r20281
82848285// the name "Orca"
82858286vastar          // (c) 1983 Sesame Japan
82868287vastar2         // (c) 1983 Sesame Japan
8288vastar3         // (c) 1983 Sesame Japan
82878289/*
82888290  other Orca games:
82898291  82 Battle Cross                         Kit 2P

Previous 199869 Revisions Next


© 1997-2024 The MAME Team