Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03868 Original Reference Minor Always May 29, 2010, 17:12 May 30, 2010, 02:54
Tester Smitdogg View Status Public Platform
Assigned To Resolution Open OS
Status [?] Acknowledged Driver
Version 0.138u1 Fixed in Version Build
Fixed in Git Commit Github Pull Request #
Summary 03868: moguchan: Original pcb screen shots for reference
Description Original pcb screen shots for reference
Steps To Reproduce
Additional Information
Github Commit
Flags Verified with Original
Regression Version
Affected Sets / Systems moguchan
Attached Files
jpg file icon 2.jpg (111,977 bytes) May 29, 2010, 17:14
jpg file icon 1.jpg (260,415 bytes) May 29, 2010, 17:16
png file icon moguchan-1.png (1,638 bytes) May 29, 2010, 19:24
png file icon moguchan-2.png (4,498 bytes) May 29, 2010, 19:24
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.06206
M.A.S.H.
Senior Tester
May 29, 2010, 19:24
edited on: May 29, 2010, 19:25
I think i got it. With ROM_CONTINUE for the first color prom we got the new
screenshots.
Notes to Smitdogg pictures:
- In the first pictures you can't see the 'INSERT COIN' message. But if you use a
paint programm with Brightness/Contrast changes you can see it.
- If you think the big devil at the top has now wrong colors, then compare it with
Smitdogg's first picture. It is in the second picture darker, but it is correct!



Changed in drivers\zodiack.c lines 630-632 from:

ROM_REGION( 0x0040, "proms", 0 )
ROM_LOAD( "moguchan.2a", 0x0000, 0x0020, CRC(e83daab3) ... )
ROM_LOAD( "moguchan.2b", 0x0020, 0x0020, CRC(9abfdf40) ... )

to

ROM_REGION( 0x0040, "proms", 0 )
        ROM_LOAD( "moguchan.2a", 0x0018, 0x0008, CRC(e83daab3) ... )
        ROM_CONTINUE( 0x0010, 0x0008 )
        ROM_CONTINUE( 0x0008, 0x0008 )
        ROM_CONTINUE( 0x0000, 0x0008 )
        ROM_LOAD( "moguchan.2b", 0x0020, 0x0020, CRC(9abfdf40) ... )
User avatar
No.06207
Haze
Senior Tester
May 30, 2010, 02:54
that doesn't fix the sprite colours (see hammer) I think the problem runs deeper (if it's a bootleg, maybe it's not identical hardware to the other things in the driver)