Skip to content

Commit

Permalink
namco/namcos2.cpp: Added zoom table ROM to cosmogng and cosmogngj. (m…
Browse files Browse the repository at this point in the history
…amedev#12104)

Content is the same as other games on the platform.
  • Loading branch information
PabloArcade authored and stonedDiscord committed Apr 8, 2024
1 parent 44db97f commit 1abe14d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mame/namco/namcos2.cpp
Expand Up @@ -2426,6 +2426,9 @@ ROM_START( cosmogng )
ROM_REGION16_BE( 0x200000, "c140", ROMREGION_ERASE00 ) /* Sound voices */
ROM_LOAD16_BYTE( "co2voi1.bin", 0x000000, 0x080000, CRC(5a301349) SHA1(e333ea5955a66ac8d7c94cd50047efaf6fa95b15) )
ROM_LOAD16_BYTE( "co2voi2.bin", 0x100000, 0x080000, CRC(a27cb45a) SHA1(08ccaaf43369e8358e31b213877829bdfd61479e) )

ROM_REGION( 0x2000, "user2", 0 ) /* zoom */
ROM_LOAD( "04544191.6n", 0, 0x2000, CRC(90db1bf6) SHA1(dbb9e50a8efc3b4012fcf587cc87da9ef42a1b80) )
ROM_END

/* COSMO GANG THE VIDEO (JAPAN) */
Expand Down Expand Up @@ -2469,6 +2472,9 @@ ROM_START( cosmogngj )
ROM_REGION16_BE( 0x200000, "c140", ROMREGION_ERASE00 ) /* Sound voices */
ROM_LOAD16_BYTE( "co1voi1.bin", 0x000000, 0x080000, CRC(b5ba8f15) SHA1(9e54b9ba1cd44353782adf337376dff9eec4e937) )
ROM_LOAD16_BYTE( "co1voi2.bin", 0x100000, 0x080000, CRC(b566b105) SHA1(b5530b0f3dea0135f28419044aee923d855f382c) )

ROM_REGION( 0x2000, "user2", 0 ) /* zoom */
ROM_LOAD( "04544191.6n", 0, 0x2000, CRC(90db1bf6) SHA1(dbb9e50a8efc3b4012fcf587cc87da9ef42a1b80) )
ROM_END

/* DIRT FOX (JAPAN) */
Expand Down

0 comments on commit 1abe14d

Please sign in to comment.