summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2009-03-16 22:09:26 +0000
committer Brian Troha <briantro@users.noreply.github.com>2009-03-16 22:09:26 +0000
commit43b70c13ec5051fe4aacd0a3a1a08852da03e4f4 (patch)
treed5975650b8825a14877893fa0fe5f48cae8de72e
parent6b04d04931b8f93a44942824806e0fc5ea488bf7 (diff)
Corrects a rom name for Merit Mega Touch 6
-rw-r--r--src/mame/drivers/meritm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/meritm.c b/src/mame/drivers/meritm.c
index 135cde32876..5eec079ef24 100644
--- a/src/mame/drivers/meritm.c
+++ b/src/mame/drivers/meritm.c
@@ -1339,7 +1339,7 @@ ROM_END
ROM_START( megat6 ) /* Dallas DS1204V security key at U5 labeled 9255-80 U5-B-RO1 C1998 MII */
ROM_REGION( 0x400000, "maincpu", 0 )
- ROM_LOAD( "9255-60-01_u32-r0", 0x000000, 0x100000, CRC(f8f7f48e) SHA1(1bebe1f8898c60b795a0f794ca9b79e03d2744e4) ) /* Location U32 */
+ ROM_LOAD( "9255-80-01_u32-r0", 0x000000, 0x100000, CRC(f8f7f48e) SHA1(1bebe1f8898c60b795a0f794ca9b79e03d2744e4) ) /* Location U32 */
ROM_LOAD( "qs9255-08_u36-r0", 0x100000, 0x080000, CRC(800f5a1f) SHA1(4d3ee6fb896d6452aab1f279a3ee878284bd1acc) ) /* Location U36 */
ROM_RELOAD( 0x180000, 0x080000 )
ROM_LOAD( "qs9255-08_u37-r0", 0x200000, 0x100000, CRC(5ba01949) SHA1(1598949ea18d07bbc78af0ddd279a687173c1229) ) /* Location U37 */