1
0
mirror of https://github.com/jscrane/r65emu.git synced 2026-01-22 05:20:58 +00:00
Stephen Crane 99c37fe286 Revise README for sample emulations and board support
Updated README to reflect changes in sample applications and supported boards.
2026-01-17 12:28:19 +00:00
2026-01-12 17:38:40 +00:00
2024-08-29 10:31:06 +01:00
2014-10-18 12:32:19 +01:00

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
  • Tivac (probably out of date)

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

  • A Stellaris Launchpad or ESP8266 board, e.g., WeMOS, or ESP32-based board, e.g., Node32s,
  • An SD drive to store programs (for Stellarpad),
  • A 23k256 SPI RAM chip (for Stellarpad, optional),
  • A supported TFT screen (if not using a board with VGA),
  • A PS/2 keyboard.
Description
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Readme GPL-2.0 1.7 MiB
Languages
C++ 84.2%
DIGITAL Command Language 11%
C 4.4%
Makefile 0.4%