summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kickgoal.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/kickgoal.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/kickgoal.c')
-rw-r--r--src/mame/drivers/kickgoal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/kickgoal.c b/src/mame/drivers/kickgoal.c
index 2075bbdb014..428fcd5d28c 100644
--- a/src/mame/drivers/kickgoal.c
+++ b/src/mame/drivers/kickgoal.c
@@ -749,7 +749,7 @@ ROM_START( kickgoal )
/* Remove the CPU_DISABLED flag in MACHINE_DRIVER when the rom is dumped */
ROM_LOAD( "pic16c57", 0x0000, 0x0800, NO_DUMP )
- ROM_REGION( 0x200000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x200000, "gfx1", 0 )
ROM_LOAD( "ic33", 0x000000, 0x80000, CRC(5038f52a) SHA1(22ed0e2c8a99056e73cff912731626689996a276) )
ROM_LOAD( "ic34", 0x080000, 0x80000, CRC(06e7094f) SHA1(e41b893ef91d541d2623d76ce6c69ecf4218c16d) )
ROM_LOAD( "ic35", 0x100000, 0x80000, CRC(ea010563) SHA1(5e474db372550e9d33f933ab00881a9b29a712d1) )
@@ -775,7 +775,7 @@ ROM_START( actionhw )
/* Remove the CPU_DISABLED flag in MACHINE_DRIVER when the rom is dumped */
ROM_LOAD( "pic16c57", 0x0000, 0x0800, NO_DUMP )
- ROM_REGION( 0x400000, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x400000, "gfx1", 0 )
ROM_LOAD( "4.ic29", 0x000000, 0x80000, CRC(df076744) SHA1(4b2c8e21a201e1491e4ba3cda8d71b51e0943431) )
ROM_LOAD( "5.ic33", 0x080000, 0x80000, CRC(8551fdd4) SHA1(f29bdfb75af7607534de171d7b3927419c00377c) )
ROM_LOAD( "6.ic30", 0x100000, 0x80000, CRC(5cb005a5) SHA1(d3a5ab8f9a520bfaa53fdf6145142ccba416fbb8) )