diff options
author | 2024-11-03 18:58:43 +0100 | |
---|---|---|
committer | 2024-11-03 12:58:43 -0500 | |
commit | b6aeaff34f16b36678afb10c0765b6daa7be51ac (patch) | |
tree | 8ae7fba084bc94affa95484b0b9f295d1cdb8c16 /src | |
parent | 33180d01b1a43eba7c0e3b0d0a75995003eb4899 (diff) |
batsugunsp: Correct label for maincpu ROM (#12935)
The original chip has that exact silkscreen.
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/toaplan/toaplan2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/toaplan/toaplan2.cpp b/src/mame/toaplan/toaplan2.cpp index 5c9fb7f06ca..8006a943299 100644 --- a/src/mame/toaplan/toaplan2.cpp +++ b/src/mame/toaplan/toaplan2.cpp @@ -5352,7 +5352,7 @@ ROM_END ROM_START( batsugunsp ) ROM_REGION( 0x080000, "maincpu", 0 ) /* Main 68K code */ - ROM_LOAD16_WORD_SWAP( "tp030-sp.u69", 0x000000, 0x080000, CRC(8072a0cd) SHA1(3a0a9cdf894926a16800c4882a2b00383d981367) ) + ROM_LOAD16_WORD_SWAP( "tp-030sp.u69", 0x000000, 0x080000, CRC(8072a0cd) SHA1(3a0a9cdf894926a16800c4882a2b00383d981367) ) /* Secondary CPU is a Toaplan marked chip, (TS-007-Spy TOA PLAN) */ /* It's a NEC V25 (PLCC94) (program uploaded by main CPU) */ |