diff options
author | 2014-02-21 21:00:54 +0000 | |
---|---|---|
committer | 2014-02-21 21:00:54 +0000 | |
commit | 1d2992260e8aa9e9e2767c677cfd68638fbd6bca (patch) | |
tree | 761a52ce125bce4c30a4185e619f7b0beb194ec0 /src | |
parent | 451f2b6a97831c0d40ee1b44edd41b79328a0ac5 (diff) |
cps1.c: Added recently dumped PAL for ganbare (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/aristmk4.c | 2 | ||||
-rw-r--r-- | src/mame/drivers/cps1.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/aristmk4.c b/src/mame/drivers/aristmk4.c index 8505bc46064..48455b5a34b 100644 --- a/src/mame/drivers/aristmk4.c +++ b/src/mame/drivers/aristmk4.c @@ -52,7 +52,7 @@ Method 3 : * cgold2, fhunter and fhuntera ONLY: DIP labeled "5201-5" switch to ON - This allowss setup procedure to complete properly and game to play (if disabled, it acts as a 'freeze' switch and the games don't accept inputs). + This allows setup procedure to complete properly and game to play (if disabled, it acts as a 'freeze' switch and the games don't accept inputs). * Key in with the Jackpot Key followed by the Audit Key. * Press PB4, PB5 and PB6 keys simultaneously (Z+X+C keys by default) * Press Service (default A) 4 times until you are in the Setup Screen, with Printer Pay Limit. diff --git a/src/mame/drivers/cps1.c b/src/mame/drivers/cps1.c index 5e89f20f9b2..c28a2ad66e2 100644 --- a/src/mame/drivers/cps1.c +++ b/src/mame/drivers/cps1.c @@ -10924,7 +10924,7 @@ ROM_START( ganbare ) ROM_LOAD( "sou1", 0x0000, 0x0117, CRC(84f4b2fe) SHA1(dcc9e86cc36316fe42eace02d6df75d08bc8bb6d) ) ROM_REGION( 0x0200, "bboardplds", 0 ) - ROM_LOAD( "gbpr2.1a", 0x0000, 0x0117, NO_DUMP ) + ROM_LOAD( "gbpr2.1a", 0x0000, 0x0117, CRC(486e8ca0) SHA1(4554befd49ec322af7dadd198188255ae7c7c059) ) ROM_LOAD( "iob1.12d", 0x0000, 0x0117, CRC(3abc0700) SHA1(973043aa46ec6d5d1db20dc9d5937005a0f9f6ae) ) ROM_LOAD( "bprg1.11d", 0x0000, 0x0117, CRC(31793da7) SHA1(400fa7ac517421c978c1ee7773c30b9ed0c5d3f3) ) |