Xi 8088: add the UMB dip switch and allow the programming of the BIOS flash memory
Some checks failed
C/C++ CI / Ubuntu 64bit (gcc) (push) Has been cancelled
C/C++ CI / Windows 32bits (MSYS2) (push) Has been cancelled
C/C++ CI / Windows 64bits (MSYS2) (push) Has been cancelled

This commit is contained in:
pcem-maintainer 2021-07-04 18:32:57 -03:00
commit 78d0618363
5 changed files with 118 additions and 20 deletions

View file

@ -312,7 +312,9 @@ void initpc(int argc, char *argv[])
initvideo();
mem_init();
loadbios();
mem_add_bios();
// this is now done per-model
//mem_add_bios();
#if defined(__APPLE__) && defined(__aarch64__)
pthread_jit_write_protect_np(0);