Merge branch '86Box:master' into nec-v20

This commit is contained in:
Jasmine Iwanek
2022-03-18 15:05:25 -04:00
committed by GitHub
50 changed files with 4314 additions and 494 deletions

View File

@@ -36,6 +36,7 @@
#include <86box/nmi.h>
#include <86box/pic.h>
#include <86box/pci.h>
#include <86box/gdbstub.h>
#ifdef USE_DYNAREC
# include "codegen.h"
#endif
@@ -1395,6 +1396,7 @@ cpu_set(void)
cpu_exec = exec386;
else
cpu_exec = execx86;
gdbstub_cpu_init();
}