summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/koftball.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/koftball.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/koftball.c')
-rw-r--r--src/mame/drivers/koftball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/koftball.c b/src/mame/drivers/koftball.c
index dfad347304e..8f4b7c00773 100644
--- a/src/mame/drivers/koftball.c
+++ b/src/mame/drivers/koftball.c
@@ -233,7 +233,7 @@ ROM_START( koftball )
ROM_LOAD16_BYTE( "ft5_v16_c5.u14", 0x000001, 0x10000, CRC(45c856e3) SHA1(0a25cfc2b09f1bf996f9149ee2a7d0a7e51794b7) )
ROM_LOAD16_BYTE( "ft5_v16_c6.u15", 0x000000, 0x10000, CRC(5e1784a5) SHA1(5690d315500fb533b12b598cb0a51bd1eadd0505) )
- ROM_REGION( 0x80000, "gfx1", ROMREGION_DISPOSE ) /* tiles */
+ ROM_REGION( 0x80000, "gfx1", 0 ) /* tiles */
ROM_LOAD16_BYTE( "ft5_v6_c3.u61", 0x00000, 0x20000, CRC(f3f747f3) SHA1(6e376d42099733e52779c089303391eeddf4fa87) )
ROM_LOAD16_BYTE( "ft5_v6_c4.u58", 0x00001, 0x20000, CRC(8b774574) SHA1(a79c1cf90d7b5ef0aba17770700b2fe18846f7b7) )
ROM_LOAD16_BYTE( "ft5_v6_c1.u59", 0x40000, 0x20000, CRC(b33a008f) SHA1(c4fd40883fa1c1cbc58f7b342fed753c52f0cf59) )