Hi all,
first post here!
This is my last "toy":

The V20-MBC is an easy to build V20HL (full static CMOS version) CPU SBC (Single Board Computer). It follows the same "concept" of the Z80-MBC2 (
https://hackaday.io/project/159973), with a SD as "disk emulator" and up to 1024KB RAM.
It has an optional on board 16x GPIO expander, and uses common cheap add-on modules for the SD and the RTC options.
It has an "Arduino heart" using an Atmega32A as EEPROM and "universal" I/O emulator (so a "legacy" EPROM programmer is not needed) programmed with Arduino IDE.
It is possible to use an 80C88 (CMOS version).
Here running the IMSAI Basic (8080 mode):

Currently I'm working at the porting of CP/M 2.2 in 8080 mode.
V20-MBC link:
https://hackaday.io/project/170924