mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
(MESS) cbm8296ed: Added ROM signatures for Oracle 3.03. [Mike Naberezny]
This commit is contained in:
parent
b31ef42c9e
commit
1071fe829e
@ -2361,8 +2361,8 @@ ROM_END
|
||||
|
||||
ROM_START( cbm8296ed )
|
||||
ROM_REGION( 0x2000, M6502_TAG, 0 )
|
||||
ROM_LOAD( "oracle.ue10", 0x0000, 0x1000, NO_DUMP )
|
||||
ROM_LOAD( "paperclip.ue9", 0x1000, 0x1000, CRC(8fb11d4b) SHA1(1c0f883cd3b8ded42ec00d83f7e7f0887f91fec0) )
|
||||
ROM_LOAD( "oracle.ue10", 0x0000, 0x1000, CRC(1ee9485d) SHA1(f876933087c9633b0fafff4d1dc198017f250267) ) // Oracle 3.03
|
||||
ROM_LOAD( "paperclip.ue9", 0x1000, 0x1000, CRC(8fb11d4b) SHA1(1c0f883cd3b8ded42ec00d83f7e7f0887f91fec0) ) // Paperclip 2.84
|
||||
|
||||
ROM_REGION( 0x4000, "basic", 0 )
|
||||
ROM_LOAD( "324746-01.ue7", 0x0000, 0x4000, CRC(7935b528) SHA1(5ab17ee70467152bf2130e3f48a2aa81e9df93c9) ) // BASIC 4
|
||||
|
Loading…
Reference in New Issue
Block a user