From c6321aff82f3b010ba942f02268534cc08994dc4 Mon Sep 17 00:00:00 2001 From: f205v Date: Mon, 29 Sep 2025 18:01:07 +0200 Subject: [PATCH] Update konamigx.cpp correct Soccer Superstars (ver JAC) date, based on what's shown on screen at sturtup. --- src/mame/konami/konamigx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/konami/konamigx.cpp b/src/mame/konami/konamigx.cpp index 53a7761e667f9..91aa6376e4323 100644 --- a/src/mame/konami/konamigx.cpp +++ b/src/mame/konami/konamigx.cpp @@ -3080,7 +3080,7 @@ ROM_START( soccerssu ) ROM_LOAD( "soccerssu.nv", 0x0000, 0x080, CRC(812f6878) SHA1(fc4975211720a7eb413bceda8109231cb1c00834) ) ROM_END -/* Soccer Superstars (94.12.19 - Japan ver JAC) Writes JAB to EEPROM and reports as JAC */ +/* Soccer Superstars (94.12.09 - Japan ver JAC) Writes JAB to EEPROM and reports as JAC */ ROM_START( soccerssj ) /* main program */ ROM_REGION( 0x800000, "maincpu", 0 )