mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
10 lines
253 B
C
10 lines
253 B
C
void t1000_syskey(uint8_t andmask, uint8_t ormask, uint8_t xormask);
|
|
|
|
void t1000_configsys_loadnvr();
|
|
void t1000_emsboard_loadnvr();
|
|
void t1200_state_loadnvr();
|
|
|
|
void t1000_configsys_savenvr();
|
|
void t1000_emsboard_savenvr();
|
|
void t1200_state_savenvr();
|