A menu guided setup utility for ZX-Uno and settings set configurator. Allows to change several settings in the ZX-Uno on the fly, without reseting, and allows saving different profiles to restore them later.
Download latest distribution file at https://github.com/Utodev/ZXUC/tree/master/downloads and :
ESXDOS: Put ZXUC, ZXUCSAVE and ZXUC.BIN files at you SD card /BIN folder UnoDOS: Put ZXUC, ZXUCSAVE and ZXUC.BIN files at you SD card /CMD folder
There is a tap file in the distribution since version 1.2. It's not necessery and you can skip it, unless for some reason you prefer not to use dot commands.
- Opening the GUI:
.zxuc
- Saving the current settings to the named file (normal filename restrictions apply):
.zxucsave filename
- Restoring previously saved settings:
You can restore previously saved profile typing:
.zxuc xxxxxxxx
Profile files are stored at /SYS/CONFIG/ZXUCCFG folder.
- You can also compile ZXUC as a .tap file, just make:
python zxbc.py ZXUC.BAS -O9 -S 29000 -t -B -a
You cannot save or load configurations with the tap file though.