Skip to content

z80pack on ESP32-2432S028R a.k.a. Cheap Yellow Display (CYD)

License

Notifications You must be signed in to change notification settings

sneakywumpus/cyd-80

Repository files navigation

z80pack on ESP32-2432S028R a.k.a. Cheap Yellow Display (CYD)

This is currently a basic port to the CYD without any display output or touch input. Their is also a problem with phantom characters in the console input. Hopefully this will change in the future...

To build z80pack for this device you need to have the SDK for ESP32-based devices installed and configured. The SDK manual has detailed instructions how to install on all major PC platforms, it is available here: ESP-IDF Programming Guide

Then clone the GitHub repositories:

  1. clone z80pack: git clone https://github.com/udo-munk/z80pack.git
  2. checkout dev branch: cd z80pack; git checkout dev; cd ..
  3. clone this: git clone https://github.com/sneakywumpus/cyd-80.git

To build the application:

cd cyd-80
idf.py build

Flash into the device with idf.py flash, and then prepare a MicroSD card.

In the root directory of the card create these directories:

CONF80
CODE80
DISKS80

Into the CODE80 directory copy all the .bin files from src-examples. Into the DISKS80 directory copy the disk images from disks.

About

z80pack on ESP32-2432S028R a.k.a. Cheap Yellow Display (CYD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published