Skip to content

Commit

Permalink
cirsa/neptunp2.cpp: Added a Counters SEEPROM dump to gladiador. (#12251)
Browse files Browse the repository at this point in the history
The SEEPROM content probably is probably unique for each machine, possibly tied to the serial number.
  • Loading branch information
clawgrip authored Apr 15, 2024
1 parent 7542e0a commit d8ecec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/cirsa/neptunp2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ ROM_START( gladiador )
ROM_LOAD( "24c16.u10", 0x000, 0x800, CRC(a38693a9) SHA1(bad306f3e50dbb60cbf59a09f1e4720576bb3983) )

ROM_REGION( 0x800, "counters", 0 )
ROM_LOAD( "cirsa_cs-4.bin", 0x000, 0x800, NO_DUMP )
ROM_LOAD( "225c_b-h240891_cs4_24c16w.bin", 0x000, 0x800, CRC(fd418bd7) SHA1(c257b11288aa70ae986fcf8cbdfcbc4bc83dbd45) ) // Dump for machine with serial 09-01000 (the SEEPROM is probably tied to the serial number)

ROM_REGION( 0x104, "plds", 0 )
ROM_LOAD( "pat_063_tibpal16l8-25cn.u6", 0x000, 0x104, NO_DUMP ) // "PAT 063/1", protected
Expand Down

0 comments on commit d8ecec3

Please sign in to comment.