Xi 8088: add the UMB dip switch and allow the programming of the BIOS flash memory
This commit is contained in:
parent
0ac4af52a3
commit
78d0618363
5 changed files with 118 additions and 20 deletions
4
src/pc.c
4
src/pc.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue