summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-05-04 17:04:42 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-05-04 17:04:42 +0000
commit2750c291dfea46cd545403501d3c6daaf20a999f (patch)
tree31820ae07620f89eb2d928d5b045c481d7790fd6 /src
parent26d4fc6b3ac3da0bf561498dbfa4193a543c0111 (diff)
Removed a bad dump flag
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/timeplt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/timeplt.c b/src/mame/drivers/timeplt.c
index 65bbd8d47fe..9356cbe1e41 100644
--- a/src/mame/drivers/timeplt.c
+++ b/src/mame/drivers/timeplt.c
@@ -819,7 +819,7 @@ ROM_START( bikkuric )
ROM_LOAD( "5.l3", 0x00000, 0x02000, CRC(bc438531) SHA1(e19badc417b0538010cf535d3f733acc54b0cd96) )
ROM_REGION( 0x8000, "gfx1", ROMREGION_ERASE00 )
- ROM_LOAD( "3.d4", 0x00000, 0x08000, BAD_DUMP CRC(74e8a64b) SHA1(b2542e1f6f4b54d8f7aec8f673cedcf5bff5e429) ) // must be half size, 1st and 2nd identical
+ ROM_LOAD( "3.d4", 0x00000, 0x08000, CRC(74e8a64b) SHA1(b2542e1f6f4b54d8f7aec8f673cedcf5bff5e429) ) // 1st and 2nd identical, confirmed to be like this
ROM_REGION( 0x2000, "gfx2", ROMREGION_ERASE00 )
ROM_LOAD( "4.h8", 0x00000, 0x02000, CRC(d303942d) SHA1(688d43e6dbe505d44fc41fdde74858a02910080d) )