Fix romsize/region for chryangla to the one provided. Hashes match otherwise (nw)

This commit is contained in:
Scott Stone 2016-02-29 07:51:45 -05:00
parent a15f3fde77
commit 0835261bcc

View File

@ -10214,8 +10214,8 @@ ROM_END
80-ff : a8 88 28 88...
*/
ROM_START( chryangla )
ROM_REGION( 0x8000, "maincpu", 0 )
ROM_LOAD( "27c512_ca.sub", 0x0000, 0x8000, CRC(e0c9d088) SHA1(b96ae39616f595eb461242705689570f96467c8a) )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "27c512_ca.sub", 0x0000, 0x10000, CRC(e0c9d088) SHA1(b96ae39616f595eb461242705689570f96467c8a) )
ROM_REGION( 0x18000, "gfx1", 0 )
ROM_LOAD( "5.bin", 0x00000, 0x8000, CRC(5f4d51e4) SHA1(f88b786a3cb0c5b3609812d7cc5355a1791326b9) )