summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m57.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-09 08:03:31 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-09 08:03:31 +0000
commit7af2304c8138b3c9598710af73c98020f234797a (patch)
tree9bd0a27b762b3cbd693d362ee678b29a57c4a941 /src/mame/drivers/m57.c
parent5201d52344024ddc2f3288cf090b9a6ee37bc342 (diff)
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
to be working reliably. Deprecated the ROMREGION_DISPOSE flag, as 98% of the use of it no longer is applicable with on-the-fly decoding, and the remaining cases are difficult to identify among the others.
Diffstat (limited to 'src/mame/drivers/m57.c')
-rw-r--r--src/mame/drivers/m57.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/m57.c b/src/mame/drivers/m57.c
index 7639bcf6f11..5d86bafd24c 100644
--- a/src/mame/drivers/m57.c
+++ b/src/mame/drivers/m57.c
@@ -269,12 +269,12 @@ ROM_START( troangel )
ROM_REGION( 0x8000 , "iremsound", 0 ) /* sound CPU */
ROM_LOAD( "ta-s-1a", 0x6000, 0x2000, CRC(15a83210) SHA1(8ada510db689ffa372b2f4dc4bd1b1c69a0c5307) )
- ROM_REGION( 0x06000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x06000, "gfx1", 0 )
ROM_LOAD( "ta-a-3e", 0x00000, 0x2000, CRC(e49f7ad8) SHA1(915de1084fd3c5fc81dd8c80107c28cc57b33226) )
ROM_LOAD( "ta-a-3d", 0x02000, 0x2000, CRC(06eef241) SHA1(4f327a54169046d8d84b5f5cf5d9f45e1df4dae6) )
ROM_LOAD( "ta-a-3c", 0x04000, 0x2000, CRC(7ff5482f) SHA1(fe8c181fed113007d69d11e8aa467e86a6357ffb) ) /* characters */
- ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
+ ROM_REGION( 0x0c000, "gfx2", 0 )
ROM_LOAD( "ta-b-5j", 0x00000, 0x2000, CRC(86895c0c) SHA1(b42b041e3e20dadd8411805d492133d371426ebf) ) /* sprites */
ROM_LOAD( "ta-b-5h", 0x02000, 0x2000, CRC(f8cff29d) SHA1(dabf3bbf50f73a381056131c2239c84dd966b63e) )
ROM_LOAD( "ta-b-5e", 0x04000, 0x2000, CRC(8b21ee9a) SHA1(1272722211d22d5b153e9415cc189a5aa9028543) )
@@ -299,12 +299,12 @@ ROM_START( newtangl ) /* Offical "upgrade" or hack? */
ROM_REGION( 0x8000 , "iremsound", 0 ) /* sound CPU */
ROM_LOAD( "ta-s-1a-", 0x6000, 0x2000, CRC(ea8a05cb) SHA1(5683e4dca93066ee788287ab73a766fa303ebe84) )
- ROM_REGION( 0x06000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x06000, "gfx1", 0 )
ROM_LOAD( "ta-a-3e", 0x00000, 0x2000, CRC(e49f7ad8) SHA1(915de1084fd3c5fc81dd8c80107c28cc57b33226) )
ROM_LOAD( "ta-a-3d", 0x02000, 0x2000, CRC(06eef241) SHA1(4f327a54169046d8d84b5f5cf5d9f45e1df4dae6) )
ROM_LOAD( "ta-a-3c", 0x04000, 0x2000, CRC(7ff5482f) SHA1(fe8c181fed113007d69d11e8aa467e86a6357ffb) ) /* characters */
- ROM_REGION( 0x0c000, "gfx2", ROMREGION_DISPOSE )
+ ROM_REGION( 0x0c000, "gfx2", 0 )
ROM_LOAD( "5j", 0x00000, 0x2000, CRC(89409130) SHA1(3f37f820b1b86166cde7c039d657ebd036d490dd) ) /* sprites */
ROM_LOAD( "ta-b-5h", 0x02000, 0x2000, CRC(f8cff29d) SHA1(dabf3bbf50f73a381056131c2239c84dd966b63e) )
ROM_LOAD( "5e", 0x04000, 0x2000, CRC(5460a467) SHA1(505c1d9e69c39a74369da17f354b90486ee6afcd) )