SourMesen / Mesen

Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
https://www.mesen.ca
GNU General Public License v3.0
1.25k stars 317 forks source link

Game "Gaiapolis" (part of the screen flashing) #825

Closed AlanRibas closed 4 years ago

AlanRibas commented 4 years ago

I was playing a game called Gaiapolis. I realized that under the screen. Just above the hourglass, there are a few pixels flashing. Maybe a bug? This part of the game is already right after starting the game. I made a video showing.

https://www.youtube.com/watch?v=bTZAQ04NeJw

ghost commented 4 years ago

@AlanRibas i think its acting like smb3(pixels flash when music is playing)

AlanRibas commented 4 years ago

i think its acting like smb3(pixels flash when music is playing)

I don't understand what you said. So is this a normal thing? Do you see this in the original game?

SourMesen commented 4 years ago

Flickering like this is very common on the NES, tons of games do this. I haven't been able to find any footage that really looks like it was taken on hardware, but based on what the game is doing at that point in the picture, it's unavoidable that some flickering would be present there. (Any video that doesn't have that flickering was most likely recorded with a low accuracy emulator)

AlanRibas commented 4 years ago

I understood.

So there's nothing to do ... Thanks for the answer.

SourMesen commented 4 years ago

No problem!