confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter) [brizzo]

This commit is contained in:
Vas Crabb 2017-01-28 19:16:46 +11:00
parent fa6bced428
commit ead41cf884

View File

@ -61,7 +61,7 @@ ROM_END
ROM_START( m68705r3 )
ROM_REGION(0x0078, "bootstrap", 0)
ROM_LOAD("bootstrap.bin", 0x0000, 0x0078, CRC(5946479b) SHA1(834ea00aef5de12dbcd6421a6e21d5ea96cfbf37) BAD_DUMP)
ROM_LOAD("bootstrap.bin", 0x0000, 0x0078, CRC(5946479b) SHA1(834ea00aef5de12dbcd6421a6e21d5ea96cfbf37))
ROM_END
ROM_START( m68705u3 )