mirror of
https://github.com/jscrane/r65emu.git
synced 2026-03-12 03:41:44 +00:00
master
* Device::pages() -> Device::extent() * add Memory::Devices * ACIA, PIA, RIOT and VIA are now Memory::Devices
r65emu
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 and z80.
Sample Emulations
- Apple-1
- CPM
- Space Invaders
- Pacman
- Commodore PET
- Compukit UK101 and MicroUK101
- Commodore Chessmate
- Jeff Tranter's 6502 Single Board Computer
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:
- On esp32, this arduino plugin is required for that
- On esp8266, this arduino plugin should be used
- Alternatively an SD card can be used.
Libraries
Display
Depending on target board, one of:
Storage
These are optional if the target board supports it (e.g., esp8266 or esp32 boards):
- My port of Phil Stewart's SpiRAM library
Hardware
Languages
C++
85.5%
DIGITAL Command Language
10.9%
C
3.3%
Makefile
0.3%