mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
13 lines
186 B
C
13 lines
186 B
C
void nvr_tc8521_init();
|
|
|
|
extern int enable_sync;
|
|
|
|
extern int nvr_dosave;
|
|
|
|
void tc8521_loadnvr();
|
|
void tc8521_savenvr();
|
|
|
|
void tc8521_nvr_recalc();
|
|
|
|
FILE *nvrfopen(char *fn, char *mode);
|