summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-10-24 23:03:59 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-10-24 23:03:59 +0200
commitad3779f1f77ae0b516cdafc0a737009c46fc33dc (patch)
treef67bc2f2cfe8783eb7bbee553caf767ee31ebf08
parent4c62cca945ef541420ca0362386147cd2a6da49d (diff)
mitchell.cpp: load something in bank0d for spanglbl2, still not working (nw)
-rw-r--r--src/mame/drivers/mitchell.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mitchell.cpp b/src/mame/drivers/mitchell.cpp
index 9a5ae76f0cd..7c15b8873ec 100644
--- a/src/mame/drivers/mitchell.cpp
+++ b/src/mame/drivers/mitchell.cpp
@@ -2104,6 +2104,7 @@ ROM_START( spangbl2 )
ROM_REGION( 0x50000*2, "maincpu", ROMREGION_ERASEFF )
// IC2 can be found as 27C512 with 1st and 2nd half identical or as 27C256
ROM_LOAD( "sp2-19.ic2", 0x00000, 0x08000, CRC(6f52f8df) SHA1(a203e5cee601ea660860c38ac8e377a54f619c12) ) // 27C256
+ ROM_RELOAD(0x50000, 0x08000)
ROM_LOAD( "sp-18.ic18", 0x60000, 0x04000, CRC(6f377832) SHA1(25755ed77a797f50fdfbb4c42a04f51d3d08f87c) ) // 27C020
ROM_CONTINUE(0x10000,0x4000)
ROM_CONTINUE(0x64000,0x4000)
@@ -2152,7 +2153,7 @@ ROM_START( spangbl2 )
// "sp2-16" can be found as a 76161 PROM or as a 27C256 with its first 6KB empty
ROM_LOAD( "sp2-16.bin", 0x08000, 0x00800, CRC(16dbd461) SHA1(1759ad71df8deb5452b3ee92aa2ece1ee79ff469) ) // M1-76161-5
- // Unsused
+ // Unused
ROM_REGION( 0x000505, "plds", 0)
ROM_LOAD( "1-hy18cv8s.ic4", 0x0000, 0x0155, CRC(a93edbf5) SHA1(57ac314e6d501be903e313aec4e083d642bebebe) )
ROM_LOAD( "2-pal16l8acn.ic32", 0x0155, 0x0104, CRC(b78ee715) SHA1(df9ed2bef394b4e26ac87bd39d81f4df2b5cefe5) )