The BANDIT Project is an offshoot of the PC32 computer language in hardware, it aims to use affordable microcontrollers(ARM in this case) to produce a simple machine that is easy to program games in.
The current design specs are as follows:
RP2040(or the newer RP2350) running at 250Mhz Dual Core
8MB PSRAM (battery backed)
8-bit VGA graphics
320x240 or 640x480
2000 8x8 sprites at 60fps
400+ textured triangles at 60fps
16bit I2S sound in programmable in software: 6 channel FMsynth + Sample Channels from SRAM or PSRAM
SDcard
Wireless connection via ESP8266
32 key keyboard w mechanical switches
Bare-metal PC32 ColorForth, no gcc or SDKs needed. Its completely standalone.