summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-03-14 22:15:33 +0100
committer hap <happppp@users.noreply.github.com>2020-03-14 22:15:47 +0100
commit5dc17f6dbccdf6ade7a67b55bbdc28e3f4c6071a (patch)
treef0ab30e233431928f4120edd6862884ab1339335
parent8336296bd322635b03e5fce4317ca0377ab4548a (diff)
prschess: correct romlabel (nw)
-rw-r--r--src/mame/drivers/saitek_president.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/saitek_president.cpp b/src/mame/drivers/saitek_president.cpp
index d718165c979..7ee70658c1a 100644
--- a/src/mame/drivers/saitek_president.cpp
+++ b/src/mame/drivers/saitek_president.cpp
@@ -213,8 +213,8 @@ void president_state::prschess(machine_config &config)
ROM_START( prschess )
ROM_REGION( 0x10000, "maincpu", 0 )
- ROM_LOAD("y03_rl", 0xc000, 0x2000, CRC(862c3f42) SHA1(e2d2f1d7a0382b0774e86ca83e270dab1df700c2) ) // HN482764G
- ROM_LOAD("y03_rh", 0xe000, 0x2000, CRC(ef95cb9f) SHA1(02f763cf9cab1b4be8964ddb5d93efb05a898123) ) // "
+ ROM_LOAD("yo3_rl", 0xc000, 0x2000, CRC(862c3f42) SHA1(e2d2f1d7a0382b0774e86ca83e270dab1df700c2) ) // HN482764G
+ ROM_LOAD("yo3_rh", 0xe000, 0x2000, CRC(ef95cb9f) SHA1(02f763cf9cab1b4be8964ddb5d93efb05a898123) ) // "
ROM_END
} // anonymous namespace