Stephen Anthony

Results 172 comments of Stephen Anthony

Loading the palette won't work at all. The issue is that the `FSNodeLIBRETRO` class is merely a skeleton class that is (ab)used to load ROM files only. And most of...

Right, from that POV it makes sense. Perhaps all I mentioned above belongs in an issue of its own.

This is now fixed in the commit above. The C++17 filesystem stuff is being worked on, and is not related to this specific issue.

Maybe not completely related to this, but if we need more proper emulation of a cassette drive, then that would benefit KidVid and Compumate controllers too. There are already issues...

The 'open' command seems to be somewhat borked in Catalina at least. The following doesn't work: `open src/macos/DerivedData/Build/Products/Release/Stella.app/ --args -help` while using the application directly is fine: `src/macos/DerivedData/Build/Products/Release/Stella.app/Contents/MacOS/Stella -help` To...

It's easy enough to see the args that Stella gets. In `src/common/main.cxx`, right after the line ` parseCommandLine(ac, av, globalOpts, localOpts);`, it has generated two maps: `globalOpts` and `localOpts`. You...

I added the following code below the line in the last message: ``` cerr

I'm beginning to wonder if we can ever get this right without (as @DirtyHairy suggested at one point) emulating the TV colour decode circuitry. Because what seems to be happening...

Or to be more precise, we are currently trying to emulate the end result, when what is probably needed is emulation of the actual hardware at a lower level that...

@DirtyHairy mentioned coming back to this and commenting, etc. I would prefer to follow his lead on this, since he wrote most of the code. Also, what 'other' code is...