diff options
author | 2023-01-28 17:51:34 +0100 | |
---|---|---|
committer | 2023-01-29 03:51:34 +1100 | |
commit | cc7ad69ddd6d0fdb515db586ff1345e1eeaf38f4 (patch) | |
tree | e68d0b7fe1b4845b370836eecc7ac10b3b35c275 | |
parent | de9115a587ae61d2e8c4b9d8f64ddbceb7832c2c (diff) |
pinball/inder.cpp: Fix date in note about "Mundial 90". (#10851)
-rw-r--r-- | src/mame/pinball/inder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/pinball/inder.cpp b/src/mame/pinball/inder.cpp index 6a60125c47d..3d92e2dbe58 100644 --- a/src/mame/pinball/inder.cpp +++ b/src/mame/pinball/inder.cpp @@ -1597,7 +1597,7 @@ ROM_END / sent a letter (dated June 1990) with an updated program ROM and / recalling the buggy one. It is unclear if the supported set is the / fixed or the older one, as it matches one dumped from an EEPROM -/ with an original Inder label dated 18-June-1990. +/ with an original Inder label dated 18-April-1990. /-------------------------------------------------------------------*/ ROM_START(mundial) ROM_REGION(0x4000, "maincpu", ROMREGION_ERASEFF) |