Moved the config-load code to pc.c, and (for now) disabled LoadConfig and SaveConfig menu items for non-Dev builds.

This commit is contained in:
waltje
2017-11-20 01:58:23 -05:00
parent 59624c0884
commit fa6ef13050
5 changed files with 178 additions and 151 deletions

View File

@@ -1,8 +1,8 @@
/* Copyright holders: Sarah Walker, Tenshi
see COPYING for more details
*/
#ifndef _MEM_H_
#define _MEM_H_
#ifndef EMU_MEM_H
# define EMU_MEM_H
extern uint8_t *ram;
@@ -238,4 +238,5 @@ extern void port_92_clear_reset(void);
extern void port_92_add(void);
extern void port_92_remove(void);
#endif
#endif /*EMU_MEM_H*/