mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter) [brizzo]
This commit is contained in:
parent
fa6bced428
commit
ead41cf884
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user