mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
Fix cgangpzlj regression - now boots (nw)
This commit is contained in:
parent
d240e702fd
commit
3bd801aa28
@ -1037,8 +1037,8 @@ ROM_END
|
||||
|
||||
ROM_START( cgangpzlj )
|
||||
ROM_REGION( 0x200000, "maincpu", 0 )
|
||||
ROM_LOAD16_BYTE( "cp1-ep0l.bin", 0x080001, 0x80000, CRC(2825f7ba) SHA1(5f6f8df6bdf0f45656904411cdbb31fdcf8f3be0) ) /* 0xc00000 */
|
||||
ROM_LOAD16_BYTE( "cp1-ep0u.bin", 0x080000, 0x80000, CRC(94d7d6fc) SHA1(2460741e0dbb2ccff28f4fbc419a7507382467d2) )
|
||||
ROM_LOAD16_BYTE( "cp1-ep0l.bin", 0x000001, 0x080000, CRC(2825f7ba) SHA1(5f6f8df6bdf0f45656904411cdbb31fdcf8f3be0) ) /* 0xc00000 */
|
||||
ROM_LOAD16_BYTE( "cp1-ep0u.bin", 0x000000, 0x080000, CRC(94d7d6fc) SHA1(2460741e0dbb2ccff28f4fbc419a7507382467d2) )
|
||||
|
||||
ROM_REGION16_BE( 0x800000, "maskrom", ROMREGION_ERASE00 )
|
||||
/* no mask roms */
|
||||
|
Loading…
Reference in New Issue
Block a user