Added Toshiba T1000 emulation. Patch from John Elliott.
This commit is contained in:
parent
be7bb04c6b
commit
c40a421700
25 changed files with 1746 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue