summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-16 06:38:22 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-16 06:38:22 +0000
commit9a2b5e6998526b17bffd97a3b8b0ed0ad9789987 (patch)
tree9103857a4d2e1a422d601c7f5a31908cb64a06d9 /src
parentbe5730c5aaf99479949a9013eff41feffd4baa59 (diff)
> From: Roman Scherzer [mailto:roman.scherzer@gmx.de]
> Sent: Monday, July 13, 2009 11:14 AM > To: submit@mamedev.org > Subject: mantis 03299 fix > > diff -Nru src/mame/drivers/tehkanwc.c src/mame/drivers/tehkanwc.c > --- src/mame/drivers/tehkanwc.c 2009-07-10 18:10:24.000000000 +0200 > +++ src/mame/drivers/tehkanwc.c 2009-07-13 20:06:17.000000000 +0200 > @@ -849,7 +849,7 @@ > ROM_LOAD( "e12.bin", 0x00000, 0x4000, CRC(a9e274f8) > SHA1(02b46e1b149a856f0be74a23faaeb792935b66c7) ) /* fg tiles */ > > ROM_REGION( 0x10000, "gfx2", 0 ) > - ROM_LOAD( "e7.bin", 0x00000, 0x8000, CRC(055a5264) > SHA1(fe294ba57c2c858952e2fab0be1b8859730846cb) ) /* sprites */ > + ROM_LOAD( "e8.bin", 0x00000, 0x8000, CRC(055a5264) > SHA1(fe294ba57c2c858952e2fab0be1b8859730846cb) ) /* sprites */ > ROM_LOAD( "e7.bin", 0x08000, 0x8000, CRC(59faebe7) > SHA1(85dad90928369601e039467d575750539410fcf6) ) > > ROM_REGION( 0x10000, "gfx3", 0 )
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/tehkanwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tehkanwc.c b/src/mame/drivers/tehkanwc.c
index 5c939facd38..1c25c50907f 100644
--- a/src/mame/drivers/tehkanwc.c
+++ b/src/mame/drivers/tehkanwc.c
@@ -849,7 +849,7 @@ ROM_START( tehkanwcc )
ROM_LOAD( "e12.bin", 0x00000, 0x4000, CRC(a9e274f8) SHA1(02b46e1b149a856f0be74a23faaeb792935b66c7) ) /* fg tiles */
ROM_REGION( 0x10000, "gfx2", 0 )
- ROM_LOAD( "e7.bin", 0x00000, 0x8000, CRC(055a5264) SHA1(fe294ba57c2c858952e2fab0be1b8859730846cb) ) /* sprites */
+ ROM_LOAD( "e8.bin", 0x00000, 0x8000, CRC(055a5264) SHA1(fe294ba57c2c858952e2fab0be1b8859730846cb) ) /* sprites */
ROM_LOAD( "e7.bin", 0x08000, 0x8000, CRC(59faebe7) SHA1(85dad90928369601e039467d575750539410fcf6) )
ROM_REGION( 0x10000, "gfx3", 0 )