diff options
Diffstat (limited to 'src/mame/drivers/stadhero.cpp')
-rw-r--r-- | src/mame/drivers/stadhero.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/stadhero.cpp b/src/mame/drivers/stadhero.cpp index 61d04c0fc2d..0b96752214f 100644 --- a/src/mame/drivers/stadhero.cpp +++ b/src/mame/drivers/stadhero.cpp @@ -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 ) |