summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-01-19 20:46:18 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-01-19 20:46:18 +1100
commit4c07a69987634603fcf4c534c3cc72f41bf503de (patch)
treef3a03430decd870bae45306b1014869b37bf0c09 /src
parent35f45085fe7ec54494572592933f3a3a5ab61566 (diff)
(nw) fixed issue #5966 (checked with picture of PCB)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/neogeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neogeo.cpp b/src/mame/drivers/neogeo.cpp
index d83cea15476..3637024b7ed 100644
--- a/src/mame/drivers/neogeo.cpp
+++ b/src/mame/drivers/neogeo.cpp
@@ -4837,7 +4837,7 @@ ROM_START( janshin ) /* MVS ONLY RELEASE */
ROM_REGION( 0x400000, "cslot1:sprites", 0 )
ROM_LOAD16_BYTE( "048-c1.c1", 0x000000, 0x200000, CRC(3fa890e9) SHA1(e73d2802bacfbc2b2b16fbbedddde17488e4bbde) ) /* Plane 0,1 */ /* mask rom TC5316200 */
- ROM_LOAD16_BYTE( "048-c2.c1", 0x000001, 0x200000, CRC(59c48ad8) SHA1(2630817e735a6d197377558f4324c1442803fe15) ) /* Plane 2,3 */ /* mask rom TC5316200 */
+ ROM_LOAD16_BYTE( "048-c2.c2", 0x000001, 0x200000, CRC(59c48ad8) SHA1(2630817e735a6d197377558f4324c1442803fe15) ) /* Plane 2,3 */ /* mask rom TC5316200 */
ROM_END
/****************************************