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

View file

@ -10,3 +10,7 @@ void savenvr();
void nvr_recalc();
FILE *nvrfopen(char *fn, char *mode);
extern uint8_t nvrram[128];
extern int nvrmask;
extern int oldromset;