Skip to content

StreetFighter II - Graphics glitch #223

@GGORZ10227216

Description

@GGORZ10227216

Hi, I am checking my emulator's behavior with gameboycore.

And I found a weird graphics bug when running StreetFighter II :

Screenshot from 2019-09-20 15-27-38

This glitch will appear when entering the battle stage. After some research, I discovered there are some reasons can cause this bug :

  1. The LCD working sequence :
    I change the working sequence about LCD :

      i.) Calling renderScanline() in HBLANK_CYCLES instead of LCD_TRANSFER_CYCLES
           This will eliminate the white line between player's hp bar and the battle stage.
    
      ii.) Do the compareLyToLyc() before updateLY(). This will fix 90% blurred frame.
    
  2. Remove IME check in the compareLyToLyc(). This will fix the last 10% blurred frame.

Metadata

Metadata

Assignees

Labels

gamebugDesciption of a bug for a specific game

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions