mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
magicard.cpp: Fixed the simpbest MCU type and ROM size.
This commit is contained in:
parent
4c9529df13
commit
7b98e46591
@ -2268,8 +2268,8 @@ ROM_START( simpbest )
|
||||
ROM_REGION( 0x80000, "maincpu", 0 ) // 68070 Code & GFX
|
||||
ROM_LOAD16_WORD_SWAP( "27c4002.ic23", 0x00000, 0x80000, CRC(ceae7862) SHA1(862baf3312c5076910d001a834661197ca45b766) )
|
||||
|
||||
ROM_REGION( 0x2000, "pic87c571", 0 ) // undumped
|
||||
ROM_LOAD("pic87c571.bin", 0x0000, 0x2000, NO_DUMP )
|
||||
ROM_REGION( 0x0800, "mcu", 0 ) // S87C751 (2K x8 ROM) undumped
|
||||
ROM_LOAD("s87c751.ic13", 0x0000, 0x0800, NO_DUMP )
|
||||
|
||||
ROM_REGION( 0x0100, "sereeprom", 0 ) // Serial EPROM
|
||||
ROM_LOAD16_WORD_SWAP("24c04a.ic27", 0x0000, 0x0100, CRC(3189844c) SHA1(cc017f44d9db92da85c96be750ccec7ee32e5972) )
|
||||
|
Loading…
Reference in New Issue
Block a user