FB01: fix ROM label to match actual chip [anonymous]

This commit is contained in:
Lord-Nightmare 2016-04-04 20:18:13 -04:00
parent 85e60eebcb
commit 114fe2742b

View File

@ -219,7 +219,7 @@ MACHINE_CONFIG_END
/* ROM definition */
ROM_START( fb01 )
ROM_REGION( 0x8000, "maincpu", 0 )
ROM_LOAD("fb01.ic11", 0, 0x8000, CRC(7357e9a4) SHA1(049c482d6c91b7e2846757dd0f5138e0d8b687f0))
ROM_LOAD("nec__-011_xb712c0__8709ex700__d27c256c-15.ic11", 0, 0x8000, CRC(7357e9a4) SHA1(049c482d6c91b7e2846757dd0f5138e0d8b687f0)) // OTP 27c256 windowless eprom?
ROM_END