ares-emulator / ares

ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
https://ares-emu.net
Other
939 stars 114 forks source link

[Supergrafx] Daimakaimura (J): Graphical errors in intro #47

Open Shideravan opened 3 years ago

Shideravan commented 3 years ago

image

Version used: 409ea8d Windows 10 x64

HeroponRikiBestest commented 1 year ago

Worth noting, this just seems to be an issue with the scanline renderer, it appears correct on pixel accuracy mode. image

remutro commented 1 year ago

Per invertego: there are some registers that are only implemented in the dot renderer that need to be implemented in the scanline renderer as well.

invertego commented 1 year ago

I could be mistaken because I don't have my notes in front of me, but a quick glance at the code indicates that the VDC HSR (horizontal sync) register is the main culprit here. The performance renderer doesn't model its side effects.

Shideravan commented 9 months ago

Seems fixed at v134

LukeUsher commented 9 months ago

@Shideravan please test properly when closing issues: this is still an issue with the scanline renderer as it always has been.

Shideravan commented 9 months ago

@Shideravan please test properly when closing issues: this is still an issue with the scanline renderer as it always has been.

Sorry, I wasn't aware (or I just forget) that changing the settings and resetting the game weren't enough to actually change their state. Good catch!