mitchell.cpp: load something in bank0d for spanglbl2, still not working (nw)

This commit is contained in:
Ivan Vangelista 2018-10-24 23:03:59 +02:00
parent 4c62cca945
commit ad3779f1f7

View File

@ -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) )