summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esh.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/esh.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/esh.c')
-rw-r--r--src/mame/drivers/esh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/esh.c b/src/mame/drivers/esh.c
index c961fca42f3..1ef597c07c5 100644
--- a/src/mame/drivers/esh.c
+++ b/src/mame/drivers/esh.c
@@ -316,7 +316,7 @@ ROM_START( esh )
ROM_LOAD( "is2.f8", 0x2000, 0x2000, CRC(0e3b6e62) SHA1(5e8160180e20705e727329f9d70305fcde176a25) )
/* Tiles */
- ROM_REGION( 0x3000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x3000, "gfx1", 0 )
ROM_LOAD( "a.m3", 0x0000, 0x1000, CRC(a04736d8) SHA1(3b642b5d7168cf4a09328eee54c532be815d2bcf) )
ROM_LOAD( "b.l3", 0x1000, 0x1000, CRC(9366dde7) SHA1(891db65384d47d13355b2eea37f57c34bc775c8f) )
ROM_LOAD( "c.k3", 0x2000, 0x1000, CRC(a936ef01) SHA1(bcacb281ccb72ceb57fb6a79380cc3a9688743c4) )
@@ -338,7 +338,7 @@ ROM_START( esha )
ROM_LOAD( "is2.f8", 0x2000, 0x2000, CRC(7a562f49) SHA1(acfa49b3b3d96b001a5dbdee39cbb0ca80be1763) )
/* Tiles */
- ROM_REGION( 0x3000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x3000, "gfx1", 0 )
ROM_LOAD( "a.m3", 0x0000, 0x1000, CRC(a04736d8) SHA1(3b642b5d7168cf4a09328eee54c532be815d2bcf) )
ROM_LOAD( "b.l3", 0x1000, 0x1000, CRC(9366dde7) SHA1(891db65384d47d13355b2eea37f57c34bc775c8f) )
ROM_LOAD( "c.k3", 0x2000, 0x1000, CRC(a936ef01) SHA1(bcacb281ccb72ceb57fb6a79380cc3a9688743c4) )
@@ -360,7 +360,7 @@ ROM_START( eshb )
ROM_LOAD( "is2.f8", 0x2000, 0x2000, CRC(0e3b6e62) SHA1(5e8160180e20705e727329f9d70305fcde176a25) )
/* Tiles */
- ROM_REGION( 0x3000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x3000, "gfx1", 0 )
ROM_LOAD( "a.m3", 0x0000, 0x1000, CRC(a04736d8) SHA1(3b642b5d7168cf4a09328eee54c532be815d2bcf) )
ROM_LOAD( "b.l3", 0x1000, 0x1000, CRC(9366dde7) SHA1(891db65384d47d13355b2eea37f57c34bc775c8f) )
ROM_LOAD( "c.k3", 0x2000, 0x1000, CRC(a936ef01) SHA1(bcacb281ccb72ceb57fb6a79380cc3a9688743c4) )