mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
12 lines
168 B
C
12 lines
168 B
C
/* Copyright holders: Mahod, Tenshi
|
|
see COPYING for more details
|
|
*/
|
|
void nvr_init();
|
|
|
|
extern int enable_sync;
|
|
|
|
extern int nvr_dosave;
|
|
|
|
void time_get(char *nvrram);
|
|
|