Results 102 comments of SourMesen

@daniel5151 Funny that you say that, since I was actually pondering messaging you to ask if you would be ok with it if I were to try to implement something...

Looks like the code for mapper 90 does not match the more up-to-date information written on the wiki. I'll probably have to make a number of corrections to fix this.

DPI scaling is manually disabled on Mono (in Mesen) by default because otherwise Mono ends up resizing windows even at regular DPI settings, which makes the windows look less good...

Removing the functions completely should have worked, I don't recall there being anything else that disabled scaling under Mono in Mesen's code. I did some testing on Kubuntu 18, removing...

This is already the case since last november in this commit: 8d1f66b2d31840a48446bd8fb72749aa73c81a93 If the cpu "crashes", it will just keep loading the next instruction and execute it. Re: the Metroid...

My best guess would be that the .dbg file CA65 produces might not list that particular symbol, or might not give it an address Mesen can make sense of. If...

Ah, I think I get what's happening then. If you look at the label list, you probably have a `__camera_y_#` label where # is some number? There is some logic...

This seems to be working as expected on my end. While in disassembly view, clicking on a function will move the disassembly view to the selected function, if the function...

Maybe the compiler is counting it as 2 separate files since it was imported once with `_CORE_` undefined, and then once with `_CORE_` defined? I'd imagine the .dbg file that's...

This is the expected behavior at the moment. Adding the ability to select which portions of the screen should be checked is something I plan to do eventually but it...