mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
batsugunsp: Correct label for maincpu ROM (#12935)
The original chip has that exact silkscreen.
This commit is contained in:
parent
33180d01b1
commit
b6aeaff34f
1 changed files with 1 additions and 1 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue