Jon Bell
Jon Bell
flip() has been implemented as of v0.0.2 but there is an intermittent problem where carts relying on it don't close properly.
The most common usages of p8scii control codes have been implemented, but a few have not (audio, decoration characters, possibly others)
Settings file is implemented. Currently only stores stretch setting though.
Thank you for the suggestion. I understand that save states would be a really nice feature, but I don't anticipate working on that feature any time soon. Emulating of Pico-8's...
I wasn't aware of any games that require 2p controls to work, but I am planning on allowing control remapping along with customizing the cart directory and saving the last...
It looks like that cart uses a custom font, which is not yet supported by FAKE-08
Thanks for the report! I know at least Sonic and Jelpi crashes will be fixed in the next release. I will take a look at the rest of these carts...
Thanks again. I'm now in the process of going through these carts to see what the problems are. As I'm doing that, I decided to move them to a table...
@thipeto A bunch more carts should be working on the latest release. You can see which ones specifically in the wiki page: https://github.com/jtothebell/fake-08/wiki/Cart-Compatibility . Thank you again!
Thanks, I've added those carts to the wiki compatibility page, and I made a commit yesterday that sorts carts alphabetically. I've gotten started on the `load()` functionality needed for two...