TheByteAttic / CERBERUS2100

The amazing multi-processor 8-bit microcomputer, featuring Z80, 6502 and AVR processors. Built with CPLDs, CERBERUS 2100™ is fully programmable even with respect to its hardware, at the individual gate and flip-flop level.
MIT License
75 stars 13 forks source link

EEPROM based settings for mode and speed #3

Closed envenomator closed 1 year ago

envenomator commented 1 year ago

This PR implements saving and loading settings to the embedded CAT EEPROM for both mode and speed. When a user types 6502/z80/fast/slow, the settings are also saved to EEPROM and read from EEPROM during startup of CAT. The bootup/EEPROM settings are 6502/fast.

This helps users not reflash CAT, just for running their currently favorite CPU each time at startup