Go to file
Aaron Giles 9a2b5e6998 > 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 )
2009-07-16 06:38:22 +00:00
docs Ouch... there was still one crsshairpath... 2009-07-14 18:08:29 +00:00
src > From: Roman Scherzer [mailto:roman.scherzer@gmx.de] 2009-07-16 06:38:22 +00:00
.gitattributes renamed rockola.c to snk6502.c as the hardware is made by SNK, not by Rock-ola 2009-07-16 04:43:17 +00:00
makefile CPU cores are now enabled on a per cpu core family basis instead of per cpu core variant. As a result CPUDEFS is no longer needed in the makefile. 2009-03-25 19:39:41 +00:00