mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
dox talked with the owner of the PCB for this, apparently swapping these two roms gives correct colours, they were incorrect before.
This commit is contained in:
parent
e97cb11af3
commit
09f5e868b0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user