Update config.c

This commit is contained in:
David Kuder 2023-04-28 23:59:39 -04:00
parent e94cfac000
commit 0185620ff5
1 changed files with 0 additions and 2 deletions

View File

@ -15,10 +15,8 @@ extern volatile uint8_t romx_changed;
#include <string.h>
#ifdef ANALOG_GS
volatile compat_t cfg_machine = MACHINE_AUTO;
volatile compat_t current_machine = MACHINE_AUTO;
#endif
#ifdef FUNCTION_Z80
volatile usbmux_t usbmux;