Added configuration load/save options.
This commit is contained in:
parent
262b188790
commit
66b9ccf1ab
7 changed files with 54 additions and 13 deletions
|
|
@ -470,3 +470,6 @@ uint8_t *vramp;
|
|||
|
||||
uint64_t timer_read();
|
||||
extern uint64_t timer_freq;
|
||||
|
||||
|
||||
void loadconfig(char *fn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue