summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2016-07-25 20:11:11 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2016-07-25 20:11:11 +0200
commit5e72bd6b2324eacaed86ac8db0dccfb304135892 (patch)
treea11742bd2fdec89b5cb812ac196e97968fbe7ac2
parentd79d952a4e4a90baca07347d60ce82aaa9767ecf (diff)
dynax.cpp (intrgirl): it does have PROMs, after all. Thanks to Phil Bennet for spotting them. The dumper is aware and will dump them when time permits. (nw)
-rw-r--r--src/mame/drivers/dynax.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/drivers/dynax.cpp b/src/mame/drivers/dynax.cpp
index 39fe85b9aac..02036eb868a 100644
--- a/src/mame/drivers/dynax.cpp
+++ b/src/mame/drivers/dynax.cpp
@@ -6411,11 +6411,12 @@ 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) )
- // 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", 0 ) // Color PROMs
- ROM_LOAD( "fake_prom_1", 0x000, 0x200, NO_DUMP )
- ROM_LOAD( "fake_prom_2", 0x200, 0x200, NO_DUMP )
+ ROM_LOAD( "n82s147n.uk15", 0x000, 0x200, NO_DUMP )
+ ROM_LOAD( "n82s147n.uk16", 0x200, 0x200, NO_DUMP )
+
+ ROM_REGION( 0x104, "pals", ROMREGION_ERASE00 )
+ ROM_LOAD( "pal16l8acn.ug6", 0x000, 0x104, NO_DUMP ) //read protected
ROM_END
// Decrypted by yong