Thanks to visit codestin.com
Credit goes to github.com

Skip to content

simplyrohan/retro-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Card

Emulate your favourite retro consoles on your ESP32 using the Arduino framework.

This project uses an ESP32 Pico, a 240x240 LCD, and some buttons to run emulators for the NES, Gameboy Color, Sega Master System, and Super Nintendo. This project is super easy to use, being built on the popular Arduino framework. Just load your ROMs on the SD card, pop it in and voila, retro games on the go. This project is still in its early stages, I'm planning on building a fully featured and affordable mini console for tinkering and gaming. But for now you can have a lot of fun emulating games on your ESP32.

Gameboy + Gameboy Color

GBC.Demo.mp4

Nintendo Entertainment System

NES.Demo.mp4

Sega Master System

SMS.Demo.mp4

Super Nintendo Entertainment System

SNES.Demo.mp4

Emulators

While I'm still improving these, the planned emulators for this project are

  • Nintendo Entertainment System
  • Gameboy (Color)
  • SMS
  • SNES (slow)
  • Doom/PrBoom

NOTE: This project wouldn't be possible without the work of ducalex and the other contributors to retro-go. The core emulators are tweaked versions of the ones from that repository. This project has some modifications to slim down on memory usage, make it easier to use on your setup, and to make it all work with the popular Arduino framework.

Porting

To use this with your own ESP32 setup, you mainly just have to modify the drivers in src/retro-card and corresponding files like src/defines.h. Currently, it uses a ST7789 SPI LCD, but it shouldn't be difficult to use your own display, especially if it works with Adafruit_GFX. For input, I'm using an MCP23008 GPIO Expander, but you can modify rc_input.cpp to use your own input forms.

Requirements

  • An ESP32(S3) with at least 2MB of PSRAM (many ROMS are too big to fit into RAM)
  • Some form of input
  • At least a 240x240 screen (although you can technically scale down video with some modifications)

To Do

Here are some features planned for this project

  • Audio support with internal DAC
  • Better scaling
  • ROM Art

About

Emulate your favorite retro console on your ESP32 using the Arduino framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published