Port of the Fake86 emulator (rpsubc8 and Mike Chambers) to the ESP32-WROVER module using advantages of PSRAM, SD-Card and so on.
- PSRAM used, so there is a full amount of 640 KB base memory available in emulated machine
- VGA video is replaced by the NTSC video output borrowed from ESP32 Dali Clock project
- No disk images are precompiled together with the project. SD-Card is used to store them. It's possible to switch images on the fly
- To make the whole thing more compact, a custom keyboard is used instead of PS2 one. So its driver is also rewritten.
- ESP32-WROVER module with PSRAM
- VSCode and PLATFORMIO