summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2018-08-24 15:41:14 -0400
committer GitHub <noreply@github.com>2018-08-24 15:41:14 -0400
commitce940de5608166e529a63ac75a06933df134214a (patch)
treece6bfd410061436232fc83e5759b3793ad48eaf8
parentb5b120f13c647a32ca17ca074fd0e7bb98f61a7c (diff)
parentf1bc829af78b04ac75301dff1736ca3d296e1507 (diff)
Merge pull request #3892 from clawgrip/patch-10
Add PROMs and PLDs to "citicona" [ClawGrip, Roberto Fresca, Recreativ…
-rw-r--r--src/mame/drivers/citycon.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mame/drivers/citycon.cpp b/src/mame/drivers/citycon.cpp
index 15a4f73746b..7e13d7c0bc9 100644
--- a/src/mame/drivers/citycon.cpp
+++ b/src/mame/drivers/citycon.cpp
@@ -297,6 +297,20 @@ ROM_START( citycona )
ROM_LOAD( "c2", 0x0000, 0x8000, CRC(f2da4f23) SHA1(5ea1a51c3ac283796f7eafb6719d88356767340d) ) /* background maps */
ROM_LOAD( "c3", 0x8000, 0x4000, CRC(7ef3ac1b) SHA1(8a0497c4e4733f9c50d576f632210b82497a5e1c) )
ROM_LOAD( "c5", 0xc000, 0x2000, CRC(c03d8b1b) SHA1(641c1eba334d36ea64b9293a20320b31c7c88858) ) /* color codes for the background */
+
+ /* stuff below isn't used but loaded because it was on the board .. */
+ ROM_REGION( 0x0600, "proms", 0 )
+ ROM_LOAD( "citycon_82s123n.n5", 0x0000, 0x0020, CRC(5ae142a3) SHA1(ba25c9bcbc4936a6b7f402addab50b75dbe519ce) )
+ ROM_LOAD( "citycon_82s123n.r4", 0x0100, 0x0020, CRC(29221e13) SHA1(232fd02811f157197c7ce44716dc495ed49a80cc) )
+ ROM_LOAD( "citycon_82s129.l6", 0x0200, 0x0100, CRC(91a7b6e3) SHA1(6135b264a69978d17aa8636d24eb1eba41d16c89) )
+
+ // Same PROM content on J10 and L6 sockets
+ //ROM_LOAD( "citycon_82s129.j10", 0x0300, 0x0100, CRC(91a7b6e3) SHA1(6135b264a69978d17aa8636d24eb1eba41d16c89) )
+
+ ROM_REGION( 0x0600, "plds", 0 )
+ ROM_LOAD( "citycon_pal16l8a.h7", 0x0000, 0x0104, CRC(24a0f5d4) SHA1(69007ccbe1966b1a1d4378fe06e102598c3cdb09) )
+ ROM_LOAD( "citycon_pal16l8a.l5", 0x0200, 0x0104, CRC(dd0cf771) SHA1(4483da095ce7633d8e0c90f181a54ace19a6e87d) )
+ ROM_LOAD( "citycon_pal16l8a.u7", 0x0400, 0x0104, CRC(08d4ff84) SHA1(10a2b985e0866661c4f0ce4297f728f07540e9b6) )
ROM_END
ROM_START( cruisin )