@@ -10,8 +10,7 @@ Looping / Sky Bumper
1010- map and test any remaining input ports
1111- fix skybump random resets (MT09453)
1212- fix loopinguc random resets, same bug?
13- - is the COP420 the same for all sets? (in other words, same internal ROM),
14- we only know the label for loopinguc
13+ - is the COP420 internal ROM the same for all sets? (ref: "NJD" label)
1514
1615---------------------------------------------------------------
1716
@@ -844,7 +843,7 @@ ROM_START( loopingub ) // all labels handwritten unless otherwise specified
844843 ROM_LOAD( " 11a" , 0x2800 , 0x1000 , CRC (61c74c79) SHA1(9f34d18a919446dd76857b851cea23fc1526f3c2) ) // blank label
845844
846845 ROM_REGION( 0x0400 , " mcu" , 0 ) // COP420 microcontroller code
847- ROM_LOAD( " cop.bin " , 0x0000 , 0x0400 , CRC (d47fecec) SHA1(7eeedcb40f4cd50e1e259c6b01744a3fc97b60aa) )
846+ ROM_LOAD( " cop420-njd_n " , 0x0000 , 0x0400 , CRC (d47fecec) SHA1(7eeedcb40f4cd50e1e259c6b01744a3fc97b60aa) ) // taken from the other sets
848847
849848 ROM_REGION( 0x1000 , " gfx" , 0 )
850849 ROM_LOAD( " 8a" , 0x0000 , 0x0800 , CRC (ef3284ac) SHA1(8719c9df8c972a56c306b3c707aaa53092ffa2d6) ) // no label
@@ -855,8 +854,7 @@ ROM_START( loopingub ) // all labels handwritten unless otherwise specified
855854ROM_END
856855
857856// I/O BOARD 1250 + NR. 1110-X + NR. 1150-B REV 4 + 1150A-REV2
858- // resets after a while due to timing problems. Maybe would need different COP code?
859- // or is it caused by the imperfect comms? program ROM dumps seem good.
857+ // resets after a while due to timing problems. Is it caused by the imperfect comms? program ROM dumps seem good.
860858ROM_START( loopinguc )
861859 ROM_REGION( 0x8000 , " maincpu" , 0 ) // TMS9995 code
862860 ROM_LOAD( " lo401.a2" , 0x0000 , 0x1000 , CRC (55106ad6) SHA1(503d0a3ab215952c1d07898c78cf8046e5d8e2c7) )
0 commit comments