summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2021-04-27 14:47:34 +0100
committer GitHub <noreply@github.com>2021-04-27 15:47:34 +0200
commit0d5a46097ab32160b4da7e2c927c7bb36fd6041b (patch)
tree16e734220b01cb9029bbe052b244ad2c4aca515e
parentb1d32f349418df171d6db834928ce402521cba00 (diff)
ccboot - fix gfx ROM load (#8008)
-rw-r--r--src/mame/drivers/cclimber.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cclimber.cpp b/src/mame/drivers/cclimber.cpp
index e22b66d4414..582b405c60a 100644
--- a/src/mame/drivers/cclimber.cpp
+++ b/src/mame/drivers/cclimber.cpp
@@ -1455,7 +1455,7 @@ ROM_START( ccboot )
/* 0x1800-0xffff - empty */
ROM_LOAD( "m04.bin", 0x2000, 0x0800, CRC(6fb80538) SHA1(6ba5add5c0190e79191b3fa749a1b94e766e3950) )
/* 0x2800-0x2fff - empty */
- ROM_LOAD( "m03.bin", 0x3800, 0x0800, CRC(67127253) SHA1(e27556ed74e73644a2578ce6645c312d64f484c6) )
+ ROM_LOAD( "m03.bin", 0x3000, 0x0800, CRC(67127253) SHA1(e27556ed74e73644a2578ce6645c312d64f484c6) )
/* 0x3800-0x3fff - empty */
ROM_REGION( 0x1000, "gfx2", 0 )