From 09f5e868b05f7f1b3e595d1523807ff4e3d0c701 Mon Sep 17 00:00:00 2001 From: davidhay Date: Sat, 5 Apr 2008 21:28:59 +0000 Subject: [PATCH] dox talked with the owner of the PCB for this, apparently swapping these two roms gives correct colours, they were incorrect before. --- src/mame/drivers/marineb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/marineb.c b/src/mame/drivers/marineb.c index b82399e67c3..050b02c3c56 100644 --- a/src/mame/drivers/marineb.c +++ b/src/mame/drivers/marineb.c @@ -833,8 +833,8 @@ ROM_START( hopprobo ) ROM_RELOAD( 0x3000, 0x1000 ) ROM_REGION( 0x4000, REGION_GFX2, ROMREGION_DISPOSE ) - ROM_LOAD( "hopper08.6f", 0x0000, 0x2000, CRC(06d37e64) SHA1(c0923a1a40dca43b66e14d755dacf7767d62ab8b) ) - ROM_LOAD( "hopper09.6k", 0x2000, 0x2000, CRC(047921c7) SHA1(8ef4722a98be540e4b5c67965599c400511b4a52) ) + ROM_LOAD( "hopper09.6k", 0x0000, 0x2000, CRC(047921c7) SHA1(8ef4722a98be540e4b5c67965599c400511b4a52) ) + ROM_LOAD( "hopper08.6f", 0x2000, 0x2000, CRC(06d37e64) SHA1(c0923a1a40dca43b66e14d755dacf7767d62ab8b) ) ROM_REGION( 0x0200, REGION_PROMS, 0 ) ROM_LOAD( "7052hop.1b", 0x0000, 0x0100, CRC(94450775) SHA1(e15fcf6d1cd7cfc0d98e82bd0559b6d342aac9ed) ) /* palette low 4 bits */