trunk/src/mame/drivers/nmk16.c
| r245674 | r245675 | |
| 6932 | 6932 | ROM_LOAD( "5", 0x00000, 0x40000, CRC(e911ce33) SHA1(a29c4dea98a22235122303325c63c15fadd3431d) ) |
| 6933 | 6933 | ROM_END |
| 6934 | 6934 | |
| 6935 | ROM_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) ) |
| 6935 | 6939 | |
| 6940 | ROM_REGION( 0x10000, "audiocpu", 0 ) /* Z80 Code */ |
| 6941 | ROM_LOAD( "1", 0x00000, 0x10000, CRC(5d8cf28e) SHA1(2a440bf5136f95af137b6688e566a14e65be94b1) ) |
| 6936 | 6942 | |
| 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) ) |
| 6937 | 6946 | |
| 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) ) |
| 6954 | ROM_END |
| 6955 | |
| 6956 | |
| 6957 | |
| 6938 | 6958 | /*************************************************************************** |
| 6939 | 6959 | |
| 6940 | 6960 | Guardian Storm / Sen Jin - Guardian Storm |
| r245674 | r245675 | |
| 7827 | 7847 | GAME( 1997, redhawki, stagger1, redhawki, stagger1, driver_device, 0, ROT0, "Afega (Hea Dong Corp license)", "Red Hawk (Italy)", 0 ) // bootleg? strange scroll regs |
| 7828 | 7848 | GAME( 1997, redhawke, stagger1, stagger1, stagger1, driver_device, 0, ROT270, "Afega (Excellent Co. license)", "Red Hawk (Excellent Co., Ltd)", 0 ) |
| 7829 | 7849 | GAME( 1997, redhawkb, stagger1, redhawkb, redhawkb, driver_device, 0, ROT0, "bootleg", "Red Hawk (bootleg)", 0 ) |
| 7850 | GAME( 1997, redhawkk, 0, stagger1, stagger1, driver_device, 0, ROT270, "Afega", "Red Hawk (Korea)", 0 ) |
| 7830 | 7851 | |
| 7831 | 7852 | GAME( 1998, grdnstrm, 0, grdnstrm, grdnstrm, driver_device, 0, ORIENTATION_FLIP_Y, "Afega (Apples Industries license)", "Guardian Storm (horizontal, not encrypted)", 0 ) |
| 7832 | 7853 | GAME( 1998, grdnstrmv,grdnstrm, grdnstrmk,grdnstrk, nmk16_state, grdnstrm, ROT270, "Afega (Apples Industries license)", "Guardian Storm (vertical)", 0 ) |