mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
para2dx rom should be good now.
This commit is contained in:
parent
229d598989
commit
ef10dec73f
@ -714,7 +714,7 @@ ROM_START( para2dx )
|
||||
|
||||
ROM_REGION( 0x100000, "gfx3", ROMREGION_DISPOSE | ROMREGION_INVERT) /* 8x8x8 Foreground */
|
||||
ROM_LOAD( "pdx2_u092.bin", 0x00000, 0x80000, CRC(d6797812) SHA1(b2d463b5932501382abcbbd911c492b6671c3cf7) )
|
||||
ROM_LOAD( "pdx2_u093.bin", 0xc0000, 0x20000, BAD_DUMP CRC(36f4f8b2) SHA1(7d6a6bdeb867ab5105097a6efbb219ce5e922bb9) ) // wrong size!
|
||||
ROM_LOAD( "pdx2_u093.bin", 0x80000, 0x80000, CRC(7644b8e9) SHA1(5f570c565523748afddc37f9ddd276c83f6b7d19) )
|
||||
|
||||
ROM_REGION( 0x40000, "gfx4", ROMREGION_DISPOSE | ROMREGION_INVERT) /* 8x8x8 Midground */
|
||||
ROM_LOAD( "pdx2_u110.bin", 0x00000, 0x20000, CRC(59e828d1) SHA1(fd76c5a74e1be22bde52bcfbce179dc73591bec3) )
|
||||
|
Loading…
Reference in New Issue
Block a user