Skip to content

Commit

Permalink
snk/snk6502.cpp: removed BAD_DUMP flag and fixed bits comment for ic1…
Browse files Browse the repository at this point in the history
…0 in nibblera. ROM passes test and the fixed bits comment simply isn't true
  • Loading branch information
Osso13 committed Feb 7, 2025
1 parent 8bfacdd commit a0fc74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/snk/snk6502.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ ROM_START( nibblera ) /* revision 9 - alternate? */
ROM_LOAD( "2732.ic07", 0x4000, 0x1000, CRC(7f9d715c) SHA1(59fbdbb55dceaa86235911589395fa5243e44afe) )
ROM_LOAD( "2732.ic08", 0x5000, 0x1000, CRC(e46eb1c9) SHA1(b70a14085985096eb6650f3d06343a20d75e61b5) )
ROM_LOAD( "2732.ic09", 0x6000, 0x1000, CRC(a599df10) SHA1(68ee8b5199ec24409fcbb40c887a1eec44c68dcf) )
ROM_LOAD( "2732.ic10", 0x7000, 0x1000, BAD_DUMP CRC(746e94cd) SHA1(284696722857900760d35f1f8ef53290deddac20) ) // FIXED BITS (xxx1xxxx)
ROM_LOAD( "2732.ic10", 0x7000, 0x1000, CRC(746e94cd) SHA1(284696722857900760d35f1f8ef53290deddac20) )
ROM_LOAD( "2732.ic14", 0x8000, 0x1000, CRC(48ec4af0) SHA1(9b4b80c288d5ade998c0bbcfc3868c9dcd438707) )
ROM_RELOAD( 0xf000, 0x1000 ) /* for the reset and interrupt vectors */
ROM_LOAD( "2732.ic15", 0x9000, 0x1000, CRC(7205fb8d) SHA1(bc341bc11a383aa8b8dd7b2be851907a3ec56f8b) )
Expand Down

0 comments on commit a0fc74e

Please sign in to comment.