retro8 icon indicating copy to clipboard operation
retro8 copied to clipboard

PICO-8 implementation with SDL2/SDL1.2 and RetroArch back-ends

Results 20 retro8 issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

As listed here: https://www.lexaloffle.com/bbs/?tid=37695

enhancement

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...

new-platform

``` 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 \...

enhancement

This happens for Demon Castle, not sure about others

bug

`799: attempt to perform arithmetic on a nil value (local 'p1z')` ![PicoFox p8](https://user-images.githubusercontent.com/3068920/74790354-a0e3d500-52b7-11ea-98cf-f3d882dadc39.png)

bug