New clones added

----------------
Red Hawk (Haedong Corp.) [Tirino73 / Mame Italia] (Not Working)
Snow Bros. - Nick & Tom (Dooyong license) [Tirino73 / Mame Italia]
This commit is contained in:
Brian Troha 2008-08-15 03:26:04 +00:00
parent 71ebf50919
commit aa0aa81c7d
3 changed files with 41 additions and 3 deletions

View File

@ -6351,6 +6351,28 @@ ROM_START( redhawke ) /* Excellent Co., Ldt license (no code scramble), (c) 1997
ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) ) ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) )
ROM_END ROM_END
ROM_START( redhawki ) /* For use in Italy only, Haedong Corp. license (no code scramble), (c) 1997 */
ROM_REGION( 0x80000, "main", 0 ) /* 68000 Code */
ROM_LOAD16_BYTE( "rhit-2.bin", 0x000000, 0x020000, CRC(30cade0e) SHA1(2123ca858bcaed5165739107ccc2830561af0b38) )
ROM_LOAD16_BYTE( "rhit-3.bin", 0x000001, 0x020000, CRC(37dbb3c2) SHA1(d1f8258f357b885d38f87d288f98046dbd7d56aa) )
ROM_REGION( 0x10000, "audio", 0 ) /* Z80 Code */
ROM_LOAD( "1.bin", 0x00000, 0x10000, CRC(5d8cf28e) SHA1(2a440bf5136f95af137b6688e566a14e65be94b1) )
ROM_REGION( 0x100000, "gfx1", ROMREGION_DISPOSE ) /* Sprites, 16x16x4 */
ROM_LOAD16_BYTE( "rhit-6.bin", 0x000001, 0x080000, CRC(7cbd5c60) SHA1(69bd728861ea5a02f514d5aed837b549f3c86019) )
ROM_LOAD16_BYTE( "rhit-7.bin", 0x000000, 0x080000, CRC(bcb367c7) SHA1(a8f0527bf75a227cdfd98385549892fb16330aea) )
ROM_REGION( 0x080000, "gfx2", ROMREGION_DISPOSE ) /* Layer 0, 16x16x8 */
ROM_LOAD( "rhit-4.bin", 0x000000, 0x080000, CRC(aafb3cc4) SHA1(b5f6608c1e05470fdfb22e0a35a8a74974c4d3cf) )
ROM_REGION( 0x00100, "gfx3", ROMREGION_DISPOSE | ROMREGION_ERASEFF ) /* Layer 1, 8x8x4 */
// Unused
ROM_REGION( 0x40000, "oki1", 0 ) /* Samples */
ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) )
ROM_END
static DRIVER_INIT( redhawk ) static DRIVER_INIT( redhawk )
{ {
decryptcode( machine, 23, 22, 21, 20, 19, 18, 16, 15, 14, 17, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 ); decryptcode( machine, 23, 22, 21, 20, 19, 18, 16, 15, 14, 17, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 );
@ -6923,6 +6945,7 @@ GAME( 1995, twinactn, 0, twinactn, twinactn, 0, ROT0, "Afega",
GAME( 1998, stagger1, 0, stagger1, stagger1, 0, ROT270, "Afega", "Stagger I (Japan)", 0 ) GAME( 1998, stagger1, 0, stagger1, stagger1, 0, ROT270, "Afega", "Stagger I (Japan)", 0 )
GAME( 1997, redhawk, stagger1, stagger1, stagger1, redhawk, ROT270, "Afega", "Red Hawk (US)", 0 ) GAME( 1997, redhawk, stagger1, stagger1, stagger1, redhawk, ROT270, "Afega", "Red Hawk (US)", 0 )
GAME( 1997, redhawke, stagger1, stagger1, stagger1, 0, ROT270, "Afega (Excellent Co. license)", "Red Hawk (Excellent Co., Ltd)", 0 ) GAME( 1997, redhawke, stagger1, stagger1, stagger1, 0, ROT270, "Afega (Excellent Co. license)", "Red Hawk (Excellent Co., Ltd)", 0 )
GAME( 1997, redhawki, stagger1, stagger1, stagger1, 0, ROT270, "Afega (Haedong Corp. license)", "Red Hawk (Haedong Corp.)", GAME_NOT_WORKING )
GAME( 1997, redhawkb, stagger1, redhawkb, redhawkb, 0, ROT0, "bootleg", "Red Hawk (bootleg)", 0 ) GAME( 1997, redhawkb, stagger1, redhawkb, redhawkb, 0, ROT0, "bootleg", "Red Hawk (bootleg)", 0 )
GAME( 1998, grdnstrm, 0, grdnstrm, grdnstrm, grdnstrm, ROT270, "Afega", "Sen Jin - Guardian Storm (Korea)", 0 ) GAME( 1998, grdnstrm, 0, grdnstrm, grdnstrm, grdnstrm, ROT270, "Afega", "Sen Jin - Guardian Storm (Korea)", 0 )
GAME( 1998, bubl2000, 0, popspops, bubl2000, bubl2000, ROT0, "Tuning", "Bubble 2000", 0 ) // on a tuning board (bootleg?) GAME( 1998, bubl2000, 0, popspops, bubl2000, bubl2000, ROT0, "Tuning", "Bubble 2000", 0 ) // on a tuning board (bootleg?)

View File

@ -1852,7 +1852,19 @@ ROM_START( snowbroc )
ROM_LOAD( "sbros-1.41", 0x00000, 0x80000, CRC(16f06b3a) SHA1(c64d3b2d32f0f0fcf1d8c5f02f8589d59ddfd428) ) ROM_LOAD( "sbros-1.41", 0x00000, 0x80000, CRC(16f06b3a) SHA1(c64d3b2d32f0f0fcf1d8c5f02f8589d59ddfd428) )
ROM_END ROM_END
ROM_START( snowbroj ) ROM_START( snowbrod ) /* Korean release, but no specific "For use in Korea only..." notice screen */
ROM_REGION( 0x40000, "main", 0 ) /* 6*64k for 68000 code */
ROM_LOAD16_BYTE( "sbk_3-a.bin", 0x00000, 0x20000, CRC(97174d40) SHA1(481e8c680af8b03d4bcf97b87ca0ba5a3ffca0d7) )
ROM_LOAD16_BYTE( "sbk_2-a.bin", 0x00001, 0x20000, CRC(80cc80e5) SHA1(1eeca0924c93e9f0536683160e80c59871569088) )
ROM_REGION( 0x10000, "sound", 0 ) /* 64k for z80 sound code */
ROM_LOAD( "sbros-4.29", 0x0000, 0x8000, CRC(e6eab4e4) SHA1(d08187d03b21192e188784cb840a37a7bdb5ad32) )
ROM_REGION( 0x80000, "gfx1", ROMREGION_DISPOSE )
ROM_LOAD( "sbros-1.41", 0x00000, 0x80000, CRC(16f06b3a) SHA1(c64d3b2d32f0f0fcf1d8c5f02f8589d59ddfd428) )
ROM_END
ROM_START( snowbroj )/* "For use in Japan only..." notice screen */
ROM_REGION( 0x40000, "main", 0 ) /* 6*64k for 68000 code */ ROM_REGION( 0x40000, "main", 0 ) /* 6*64k for 68000 code */
ROM_LOAD16_BYTE( "snowbros.3", 0x00000, 0x20000, CRC(3f504f9e) SHA1(700758b114c3fde6ea8f84222af0850dba13cd3b) ) ROM_LOAD16_BYTE( "snowbros.3", 0x00000, 0x20000, CRC(3f504f9e) SHA1(700758b114c3fde6ea8f84222af0850dba13cd3b) )
ROM_LOAD16_BYTE( "snowbros.2", 0x00001, 0x20000, CRC(854b02bc) SHA1(4ad1548eef94dcb95119cb4a7dcdefa037591b5b) ) ROM_LOAD16_BYTE( "snowbros.2", 0x00001, 0x20000, CRC(854b02bc) SHA1(4ad1548eef94dcb95119cb4a7dcdefa037591b5b) )
@ -1876,8 +1888,8 @@ ROM_START( wintbob )
in all cases bit 0x20 is incorrectly set in the bad rom in all cases bit 0x20 is incorrectly set in the bad rom
*/ */
// ROM_LOAD16_BYTE( "wb03.bin", 0x00000, 0x10000, CRC(df56e168) SHA1(20dbabdd97e6f3d4bf6500bf9e8476942cb48ae3) ) // ROM_LOAD16_BYTE( "wb03.bin", 0x00000, 0x10000, CRC(df56e168) SHA1(20dbabdd97e6f3d4bf6500bf9e8476942cb48ae3) )
// ROM_LOAD16_BYTE( "wb01.bin", 0x00001, 0x10000, CRC(05722f17) SHA1(9356e2488ea35e0a2978689f2ca6dfa0d57fd2ed) ) // ROM_LOAD16_BYTE( "wb01.bin", 0x00001, 0x10000, CRC(05722f17) SHA1(9356e2488ea35e0a2978689f2ca6dfa0d57fd2ed) )
ROM_LOAD16_BYTE( "wb04.bin", 0x20000, 0x10000, CRC(53be758d) SHA1(56cf85ba23fe699031d73e8f367a1b8ac837d5f8) ) ROM_LOAD16_BYTE( "wb04.bin", 0x20000, 0x10000, CRC(53be758d) SHA1(56cf85ba23fe699031d73e8f367a1b8ac837d5f8) )
ROM_LOAD16_BYTE( "wb02.bin", 0x20001, 0x10000, CRC(fc8e292e) SHA1(857cfeb0be121e64e6117120514ae1f2ffeae4d6) ) ROM_LOAD16_BYTE( "wb02.bin", 0x20001, 0x10000, CRC(fc8e292e) SHA1(857cfeb0be121e64e6117120514ae1f2ffeae4d6) )
@ -2751,6 +2763,7 @@ GAME( 1990, snowbroa, snowbros, snowbros, snowbros, 0, ROT0, "Toaplan", "Snow Br
GAME( 1990, snowbrob, snowbros, snowbros, snowbros, 0, ROT0, "Toaplan", "Snow Bros. - Nick & Tom (set 3)", 0 ) GAME( 1990, snowbrob, snowbros, snowbros, snowbros, 0, ROT0, "Toaplan", "Snow Bros. - Nick & Tom (set 3)", 0 )
GAME( 1990, snowbroc, snowbros, snowbros, snowbros, 0, ROT0, "Toaplan", "Snow Bros. - Nick & Tom (set 4)", 0 ) GAME( 1990, snowbroc, snowbros, snowbros, snowbros, 0, ROT0, "Toaplan", "Snow Bros. - Nick & Tom (set 4)", 0 )
GAME( 1990, snowbroj, snowbros, snowbros, snowbroj, 0, ROT0, "Toaplan", "Snow Bros. - Nick & Tom (Japan)", 0 ) GAME( 1990, snowbroj, snowbros, snowbros, snowbroj, 0, ROT0, "Toaplan", "Snow Bros. - Nick & Tom (Japan)", 0 )
GAME( 1990, snowbrod, snowbros, snowbros, snowbroj, 0, ROT0, "Toaplan (Dooyong license)", "Snow Bros. - Nick & Tom (Dooyong license)", 0 )
GAME( 1990, wintbob, snowbros, wintbob, snowbros, 0, ROT0, "[Toaplan] (Sakowa Project Korea bootleg)", "The Winter Bobble (bootleg of Snow Bros.)", 0 ) GAME( 1990, wintbob, snowbros, wintbob, snowbros, 0, ROT0, "[Toaplan] (Sakowa Project Korea bootleg)", "The Winter Bobble (bootleg of Snow Bros.)", 0 )
GAME( 1995, honeydol, 0, honeydol, honeydol, 0, ROT0, "Barko Corp.", "Honey Dolls", 0 ) // based on snowbros code.. GAME( 1995, honeydol, 0, honeydol, honeydol, 0, ROT0, "Barko Corp.", "Honey Dolls", 0 ) // based on snowbros code..

View File

@ -2087,6 +2087,7 @@ const game_driver * const drivers[] =
DRIVER( snowbrob ) /* MIN16-02 (c) 1990 Toaplan + Romstar license */ DRIVER( snowbrob ) /* MIN16-02 (c) 1990 Toaplan + Romstar license */
DRIVER( snowbroc ) /* MIN16-02 (c) 1990 Toaplan + Romstar license */ DRIVER( snowbroc ) /* MIN16-02 (c) 1990 Toaplan + Romstar license */
DRIVER( snowbroj ) /* MIN16-02 (c) 1990 Toaplan */ DRIVER( snowbroj ) /* MIN16-02 (c) 1990 Toaplan */
DRIVER( snowbrod ) /* MIN16-02 (c) 1990 Toaplan + Dooyong license */
DRIVER( wintbob ) /* bootleg */ DRIVER( wintbob ) /* bootleg */
DRIVER( honeydol ) /* (c) 1995 Barko Corp */ DRIVER( honeydol ) /* (c) 1995 Barko Corp */
DRIVER( twinadv ) /* (c) 1995 Barko Corp */ DRIVER( twinadv ) /* (c) 1995 Barko Corp */
@ -7143,6 +7144,7 @@ Other Sun games
DRIVER( stagger1 ) /* (c) 1998 */ DRIVER( stagger1 ) /* (c) 1998 */
DRIVER( redhawk ) /* (c) 1997 */ DRIVER( redhawk ) /* (c) 1997 */
DRIVER( redhawke ) /* (c) 1997 Excellent Co., Ltd license */ DRIVER( redhawke ) /* (c) 1997 Excellent Co., Ltd license */
DRIVER( redhawki ) /* (c) 1997 Haedong Corp. license */
DRIVER( redhawkb ) /* (c) 1997 */ DRIVER( redhawkb ) /* (c) 1997 */
DRIVER( grdnstrm ) /* (c) 1998 */ DRIVER( grdnstrm ) /* (c) 1998 */
DRIVER( bubl2000 ) /* (c) 1998 Tuning */ DRIVER( bubl2000 ) /* (c) 1998 Tuning */