kajgan / gnuboy

Automatically exported from code.google.com/p/gnuboy
GNU General Public License v2.0
0 stars 0 forks source link

GBC: gfx glitch in International Karate #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load rom (with md5 checksum 86c1b5f04495e22eedbec15e1a320ff3, name 
"International Karate (E) [C][!].gbc")
2. start game

What is the expected output? What do you see instead?

Bottom of score area of screen is corrupt, see 
http://boards.dingoonity.org/dingoo-development/gnuboy-for-native-update-and-oh-
boy-port/msg25105/#msg25105

VisualBoyAdvance-1.7.2 shows this area without problem.

Original issue reported on code.google.com by clac...@gmail.com on 18 Dec 2010 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by clac...@gmail.com on 18 Dec 2010 at 1:56

GoogleCodeExporter commented 9 years ago
Suspect a GBC HDMAx specific issue (LCD VRAM DMA Transfer)

Original comment by clac...@gmail.com on 18 Dec 2010 at 6:55

GoogleCodeExporter commented 9 years ago
Debugging; it does not appear to be hdma related :-( Can't see any hdma usage 
in the problem area.

Original comment by clac...@gmail.com on 19 Dec 2010 at 3:55

GoogleCodeExporter commented 9 years ago
From linked forum post another game with a similar problem (bottom of screen) 
is "International Superstar Soccer 2000.gbc"

The other game in the post is "Top Ranking Tennis.gb" which is a flashing issue 
(and may be a different problem.

Original comment by clac...@gmail.com on 14 Mar 2013 at 4:14