Added Toshiba T1000 emulation. Patch from John Elliott.

This commit is contained in:
SarahW 2018-01-10 20:44:31 +00:00
commit c40a421700
25 changed files with 1746 additions and 32 deletions

7
src/t1000.h Normal file
View file

@ -0,0 +1,7 @@
void t1000_syskey(uint8_t andmask, uint8_t ormask, uint8_t xormask);
void t1000_configsys_loadnvr();
void t1000_emsboard_loadnvr();
void t1000_configsys_savenvr();
void t1000_emsboard_savenvr();