PICO-56: 65C02/TMS9918A/AY-3-8910 on a Pi Pico
Posted: Thu Nov 23, 2023 11:43 pm
To reduce the barrier for entry on my 6+ PCB HBC-56 project, I've created the PICO-56 emulating the entire thing on a Pi Pico (not a new idea by a long shot).
Emulating the following HBC-56 hardware
Anyway, if you're interested in (yet another) Raspberry Pi Pico project emulating the above hardware, check it out.
https://github.com/visrealm/pico-56
Emulating the following HBC-56 hardware
- 65C02 CPU
- 65C22 VIA
- TMS9918A VDP
- Dual AY-3-8910 PSGs
- Dual NES controller inputs
- PS/2 keyboard input
- 96KB Banked RAM/ROM
- vrEmu6502- 6502/65C02 CPU emulation library (C99)
- vrEmu6522- 6522/65C22 VIA emulation library (C99)
- vrEmuTms9918 - TMS9918A/TMS9929A VDP emulation library (C99)
Anyway, if you're interested in (yet another) Raspberry Pi Pico project emulating the above hardware, check it out.
https://github.com/visrealm/pico-56