retro8
retro8 copied to clipboard
PICO-8 implementation with SDL2/SDL1.2 and RetroArch back-ends
I wanted to try out Picopolis - https://www.lexaloffle.com/bbs/?tid=29590 - and these patches are enough to begin playing. The two commits implement flip() [using a function pointer and data pointer, not...
Hello! First off, thank you for working on this project! It's much appreciated. I first submitted an issue to the batocera issue tracker and they informed me that this was...
Whenever I try to load a cart that I downloaded from Lexaloffle BBS site (.PNG files, not .P8 files), I get the following error.. Microsoft Visual C++ Runtime Library Assertion...
Hello, I have this [LDK console](https://ldkgame.com/collections/frontpage/products/ldk-game-retro-console-yellow) but I have no idea where to start or how to make this work to try pico-8 games in it. Can you point me...
as the title says. i can boot into menu when i select via directory the opk itself, which gives me menu access, but no way to select or load a...
``` BAND(A,B) A & B BOR(A,B) A | B BXOR(A,B) A ^^ B SHL(A,B) A > B LSHR(A,B) A >>> B ROTL(A,B) A >< B BNOT(A) ~A FLR(A/B) A \...
`799: attempt to perform arithmetic on a nil value (local 'p1z')` 