mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Correct tilemap colors in Stadium Hero [Bryan McPhail/Guru]
This commit is contained in:
parent
a3e60b3f3d
commit
2b0987c8a3
1 changed files with 2 additions and 4 deletions
|
@ -6,8 +6,6 @@
|
|||
|
||||
Emulation by Bryan McPhail, mish@tendril.co.uk
|
||||
|
||||
Are the colours correct on the scoreboard screen? they look strange
|
||||
|
||||
=== PCB Info ===
|
||||
|
||||
The OSC on the CPU board(DE-0303-3) is 20MHz
|
||||
|
@ -263,8 +261,8 @@ ROM_START( stadhero )
|
|||
ROM_LOAD( "ef09.4j", 0x10000, 0x08000, CRC(2ade874d) SHA1(5c884535214438a4ea79fd262700a346bc12ad81) )
|
||||
|
||||
ROM_REGION( 0x30000, "gfx2", 0 )
|
||||
ROM_LOAD( "ef10.11j", 0x00000, 0x10000, CRC(dca3d599) SHA1(2b97a70065f3065e7fbb54fb53cb120d9e5013b3) ) /* tiles */
|
||||
ROM_LOAD( "ef11.13j", 0x10000, 0x10000, CRC(af563e96) SHA1(c88eaff4a1ea133d708f4511bb1dbc99ef066eed) )
|
||||
ROM_LOAD( "ef11.13j", 0x00000, 0x10000, CRC(af563e96) SHA1(c88eaff4a1ea133d708f4511bb1dbc99ef066eed) ) /* tiles */
|
||||
ROM_LOAD( "ef10.11j", 0x10000, 0x10000, CRC(dca3d599) SHA1(2b97a70065f3065e7fbb54fb53cb120d9e5013b3) )
|
||||
ROM_LOAD( "ef12.14j", 0x20000, 0x10000, CRC(9a1bf51c) SHA1(e733c193b305496878551fc6eefc21587ba75c82) )
|
||||
|
||||
ROM_REGION( 0x80000, "gfx3", 0 )
|
||||
|
|
Loading…
Reference in a new issue