mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
From: Smitdogg Jones [jcsmith23@yahoo.com]
Sent: Thursday, March 19, 2009 12:49 PM To: submit@mamedev.org Subject: Operation Wolf (Japan) Guru dumped this and I added it, all the roms matched the parent except 1. I attached it and the diff. Smitdogg
This commit is contained in:
parent
2f2ac538e2
commit
31bdfa77a0
@ -727,6 +727,26 @@ ROM_START( opwolfa )
|
||||
ROM_LOAD( "b20-08.21", 0x00000, 0x80000, CRC(f3e19c64) SHA1(39d48645f776c9c2ade537d959ecc6f9dc6dfa1b) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( opwolfj )
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) /* 256k for 68000 code */
|
||||
ROM_LOAD16_BYTE( "b20-05-02.40", 0x00000, 0x10000, CRC(3ffbfe3a) SHA1(e41257e6af18bab4e36267a0c25a6aaa742972d2) )
|
||||
ROM_LOAD16_BYTE( "b20-03-02.30", 0x00001, 0x10000, CRC(fdabd8a5) SHA1(866ec6168489024b8d157f2d5b1553d7f6e3d9b7) )
|
||||
ROM_LOAD16_BYTE( "b20-04.39", 0x20000, 0x10000, CRC(216b4838) SHA1(2851cae00bb3e32e20f35fdab8ed6f149e658363) )
|
||||
ROM_LOAD16_BYTE( "b20-18.29", 0x20001, 0x10000, CRC(fd202470) SHA1(3108c14953d2f50d861946e9f646813b7050b58a) )
|
||||
|
||||
ROM_REGION( 0x20000, "audiocpu", 0 ) /* sound cpu */
|
||||
ROM_LOAD( "b20-07.10", 0x00000, 0x04000, CRC(45c7ace3) SHA1(06f7393f6b973b7735c27e8380cb4148650cfc16) )
|
||||
ROM_CONTINUE( 0x10000, 0x0c000 ) /* banked stuff */
|
||||
|
||||
ROM_REGION( 0x80000, "gfx1", ROMREGION_DISPOSE )
|
||||
ROM_LOAD( "b20-13.13", 0x00000, 0x80000, CRC(f6acdab1) SHA1(716b94ab3fa330ecf22df576f6a9f47a49c7554a) ) /* SCR tiles (8 x 8) */
|
||||
|
||||
ROM_REGION( 0x80000, "gfx2", ROMREGION_DISPOSE )
|
||||
ROM_LOAD( "b20-14.72", 0x00000, 0x80000, CRC(89f889e5) SHA1(1592f6ce4fbb75e33d6ab957e5b90242a7a7a8c4) ) /* Sprites (16 x 16) */
|
||||
|
||||
ROM_REGION( 0x80000, "adpcm", 0 ) /* ADPCM samples */
|
||||
ROM_LOAD( "b20-08.21", 0x00000, 0x80000, CRC(f3e19c64) SHA1(39d48645f776c9c2ade537d959ecc6f9dc6dfa1b) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( opwolfu ) /* Taito TC0030 C-Chip labeled B20-18 (yes, it has a specific label on it) */
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) /* 256k for 68000 code */
|
||||
@ -828,5 +848,6 @@ static DRIVER_INIT( opwolfb )
|
||||
/* year rom parent machine inp init */
|
||||
GAME( 1987, opwolf, 0, opwolf, opwolf, opwolf, ROT0, "Taito Corporation Japan", "Operation Wolf (World, set 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1987, opwolfa, opwolf, opwolf, opwolf, opwolf, ROT0, "Taito Corporation Japan", "Operation Wolf (World, set 2)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1987, opwolfj, opwolf, opwolf, opwolf, opwolf, ROT0, "Taito Corporation", "Operation Wolf (Japan)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1987, opwolfu, opwolf, opwolf, opwolfu, opwolf, ROT0, "Taito America Corporation", "Operation Wolf (US)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
GAME( 1987, opwolfb, opwolf, opwolfb, opwolfb, opwolfb, ROT0, "[Taito] (Bear Corporation Korea bootleg)", "Operation Bear (bootleg of Operation Wolf)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
|
||||
|
@ -1699,6 +1699,7 @@ const game_driver * const drivers[] =
|
||||
DRIVER( fullthrl ) /* B14 (c) 1987 Taito Corporation (Japan) */
|
||||
DRIVER( opwolf ) /* B20 (c) 1987 Taito Corporation Japan (World) */
|
||||
DRIVER( opwolfa ) /* B20 (c) 1987 Taito Corporation Japan (World) */
|
||||
DRIVER( opwolfj ) /* B20 (c) 1987 Taito Corporation (Japan) */
|
||||
DRIVER( opwolfu ) /* B20 (c) 1987 Taito America Corporation (US) */
|
||||
DRIVER( opwolfb ) /* bootleg */
|
||||
DRIVER( othunder ) /* B67 (c) 1988 Taito Corporation Japan (World) */
|
||||
|
Loading…
Reference in New Issue
Block a user