Previous 199869 Revisions Next

r37163 Monday 13th April, 2015 at 14:14:50 UTC by David Haywood
new clones
Red Hawk (Korea) [system11]
[src/mame]mame.lst
[src/mame/drivers]nmk16.c

trunk/src/mame/drivers/nmk16.c
r245674r245675
69326932   ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) )
69336933ROM_END
69346934
6935ROM_START( redhawkk )
6936   ROM_REGION( 0x80000, "maincpu", 0 )     /* 68000 Code */
6937   ROM_LOAD16_BYTE( "2", 0x000000, 0x020000, CRC(8c02e81d) SHA1(e79b0369adfe4111d7596df5270c1db8e3618ce5) )
6938   ROM_LOAD16_BYTE( "3", 0x000001, 0x020000, CRC(ab3597ee) SHA1(e9a2e085fa24cb2f500600b84ce2fe3924cf0827) )
69356939
6940   ROM_REGION( 0x10000, "audiocpu", 0 )        /* Z80 Code */
6941   ROM_LOAD( "1", 0x00000, 0x10000, CRC(5d8cf28e) SHA1(2a440bf5136f95af137b6688e566a14e65be94b1) )
69366942
6943   ROM_REGION( 0x100000, "sprites", 0 )   /* Sprites, 16x16x4 */
6944   ROM_LOAD16_BYTE( "6", 0x000001, 0x080000, CRC(6a0b8224) SHA1(07e68a6d13534ff51964d5abeb991508e8c8ea1a) )
6945   ROM_LOAD16_BYTE( "7", 0x000000, 0x080000, CRC(f4fa8211) SHA1(c3fed284127c9f837ab6cbd41d89ad827b423c9e) )
69376946
6947   ROM_REGION( 0x080000, "bgtile", 0 )   /* Layer 0, 16x16x8 */
6948   ROM_LOAD( "4", 0x000000, 0x080000, CRC(6255d6a1) SHA1(dcde3149c15717d624ca184454703a15db54bcde) )
6949
6950   ROM_REGION( 0x080000, "fgtile", ROMREGION_ERASEFF )   /* Layer 1, 8x8x4 */
6951
6952   ROM_REGION( 0x40000, "oki1", 0 )    /* Samples */
6953   ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) )
6954ROM_END
6955
6956
6957
69386958/***************************************************************************
69396959
69406960                  Guardian Storm / Sen Jin - Guardian Storm
r245674r245675
78277847GAME( 1997, redhawki, stagger1, redhawki, stagger1, driver_device, 0,        ROT0,   "Afega (Hea Dong Corp license)",     "Red Hawk (Italy)", 0 ) // bootleg? strange scroll regs
78287848GAME( 1997, redhawke, stagger1, stagger1, stagger1, driver_device, 0,        ROT270, "Afega (Excellent Co. license)",     "Red Hawk (Excellent Co., Ltd)", 0 )
78297849GAME( 1997, redhawkb, stagger1, redhawkb, redhawkb, driver_device, 0,        ROT0,   "bootleg",                           "Red Hawk (bootleg)", 0 )
7850GAME( 1997, redhawkk, 0,        stagger1, stagger1, driver_device, 0,        ROT270, "Afega",                             "Red Hawk (Korea)", 0 )
78307851
78317852GAME( 1998, grdnstrm, 0,        grdnstrm, grdnstrm, driver_device, 0,        ORIENTATION_FLIP_Y, "Afega (Apples Industries license)", "Guardian Storm (horizontal, not encrypted)", 0 )
78327853GAME( 1998, grdnstrmv,grdnstrm, grdnstrmk,grdnstrk, nmk16_state,   grdnstrm, ROT270,             "Afega (Apples Industries license)", "Guardian Storm (vertical)", 0 )
trunk/src/mame/mame.lst
r245674r245675
95409540redhawke        // (c) 1997 Excellent Co., Ltd license
95419541redhawki        // (c) 1997 Haedong Corp. license
95429542redhawkb        // (c) 1997
9543redhawkk      // (c) 1997
95439544grdnstrm        // (c) 1998 Apples Industries license
95449545grdnstrmv       // (c) 1998 Apples Industries license
95459546grdnstrmk       // (c) 1998 (Korea)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team