summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2016-07-24 09:48:43 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2016-07-24 09:48:43 +0200
commit142d03fdb960d9b62c91c3b6676165844b378541 (patch)
tree5cb1591b59670a62f3dd3f372f21e502a1231f7e
parent5eaa221899a09dde3fbcf9c12d3d73e607bc9b4c (diff)
dynax.cpp (intrgirl): a better way to handle this, thanks to smf (nw)
-rw-r--r--src/mame/drivers/dynax.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/dynax.cpp b/src/mame/drivers/dynax.cpp
index d55f841b7ef..39fe85b9aac 100644
--- a/src/mame/drivers/dynax.cpp
+++ b/src/mame/drivers/dynax.cpp
@@ -6411,11 +6411,11 @@ ROM_START( intrgirl )
ROM_LOAD( "ka-4.rom2", 0x40000, 0x40000, CRC(ad90d3a1) SHA1(d955620fdd4aacc96e59e9f94da85568cce47843) )
ROM_LOAD( "ka-5.rom3", 0x80000, 0x40000, CRC(2ed30171) SHA1(883d9e96df4f234652b01599e065f7f1985d1748) )
- // this aren't on PCB (borrowed from Dragon Punch) and are currently here only because, if uncommented, will show the game running, although with bad colors.
+ // there aren't PROMs on the PCB, but these are currently here because they will show the game running, although with bad colors.
// to be removed once the real source of the palette is identified (maybe the CY7C381-0JC FPGA?)
- ROM_REGION( 0x400, "proms", ROMREGION_ERASE00 ) // Color PROMs
- //ROM_LOAD( "n82s147n.u13", 0x000, 0x200, BAD_DUMP CRC(29b6415b) SHA1(8085ff3265cda2d564da3dff609eb05ff02fae49) )
- //ROM_LOAD( "n82s147n.u12", 0x200, 0x200, BAD_DUMP CRC(324fa9cf) SHA1(a03e23d9a9687dec4c23a8e41254a3f4b70c7e25) )
+ ROM_REGION( 0x400, "proms", 0 ) // Color PROMs
+ ROM_LOAD( "fake_prom_1", 0x000, 0x200, NO_DUMP )
+ ROM_LOAD( "fake_prom_2", 0x200, 0x200, NO_DUMP )
ROM_END
// Decrypted by yong