SkillAgentSearch skills...

R65emu

Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80

Install / Use

/learn @jscrane/R65emu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

r65emu

Arduino emulation library for 8-bit microcomputers based on 6502, i8080 and z80.

Sample Emulations

Configuration for Arduino

If building using the Arduino IDE, r65emu/src/hw/user.h must be configured correctly.

Supported commercially-available boards include:

Supported architectures to build-your-own are:

  • ESP8266
  • ESP32
  • Raspberry Pi Pico

Examples are also given for a generic node32s board and a homebrew esp8bit board.

Copy your configuration file to user.h. If the board is also mass-produced, please open a PR to add the new file to the library.

Some emulations require a filesystem image containing programs to be uploaded:

Libraries

Display

Depending on target board, one of:

Storage

These are optional if the target board supports it (e.g., esp8266 or esp32 boards):

Hardware

  • An ESP8266 board, e.g., WeMOS, or ESP32-based board, e.g., Node32s,
  • A 23k256 SPI RAM chip (optional),
  • A supported TFT screen (if not using a board with VGA),
  • A PS/2 keyboard (if not using a Serial interface).
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated14h ago
Forks4

Languages

C++

Security Score

95/100

Audited on Mar 27, 2026

No findings