diff options
author | 2016-02-29 07:51:45 -0500 | |
---|---|---|
committer | 2016-02-29 07:51:45 -0500 | |
commit | 0835261bcc0c032da5107e46288009ace047f036 (patch) | |
tree | 35fcfdcc7532f52feed800873518f2a4578242e2 | |
parent | a15f3fde77f18f9984216a7ca494f073ad846891 (diff) |
Fix romsize/region for chryangla to the one provided. Hashes match otherwise (nw)
-rw-r--r-- | src/mame/drivers/goldstar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index 6b2effeec48..fa322fbfedb 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -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) ) |