-
PS4-P8Status
An emulator to run pico-8 cartridges on a PS4. Project based on OpenOrbis PS4 Toolchain Pico-8 is a Fantasy Programmable Console made by Lexaloffle Games. This emulator is compatible with built pico-8 cartridges in PNG format, to build your own games you will need the original Pico-8 console
.
Not finished - Currently it's complete just enough so that it can run a few games, but some of them don't fully work just yet.
It comes with a set of bundled games which have been used to improve the compatibility.
More .p8.png cartridges can be bundled with the .pkg file by adding them into /assets/misc folder, or they will be loaded in runtime from PS4's /data/p8-cartridges folder.
- print: It prints text on the screen, but it's missing some P8SCII control codes, non-ascii characters.
- Sprites: Done
- Sfx: Playable. Room of improvement for sound quality, and sound filters are missing (damp, buzz, reverb, etc.)
- Music: Playable.
- Menu: WIP.
- Memory manipulation: Almost complete.
- Maps: Done
- Custom P8-Lua: WIP
A list of some playable cartridges can be found here
-
Changelogs can be seen @:
https://github.com/voliva/ps4-p8/releases


