From: beeanyew Date: Mon, 7 Jun 2021 22:19:49 +0000 (+0200) Subject: Some janitorial stuff X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e3fd0660b99160ecd6723a320391298970311d14;p=pistorm Some janitorial stuff Fix a314.device build.bat to build a314.device to the correct directory Disable MMU emulation for now, since it mostly just causes problems when enabled --- diff --git a/a314/a314device/build.bat b/a314/a314device/build.bat index d2b8ccb..c4b605b 100644 --- a/a314/a314device/build.bat +++ b/a314/a314device/build.bat @@ -1 +1 @@ -vc romtag.asm a314driver.c device.c startup.c fix_mem_region.c sockets.c int_server.asm -O3 -nostdlib -o a314.device +vc romtag.asm a314driver.c device.c startup.c fix_mem_region.c sockets.c int_server.asm -O3 -nostdlib -o ../software-amiga/a314.device diff --git a/m68kconf.h b/m68kconf.h index 4122af0..3dfbff8 100644 --- a/m68kconf.h +++ b/m68kconf.h @@ -75,7 +75,7 @@ * and m68k_read_pcrelative_xx() for PC-relative addressing. * If off, all read requests from the CPU will be redirected to m68k_read_xx() */ -#define M68K_SEPARATE_READS OPT_OFF +#define M68K_SEPARATE_READS OPT_ON /* If ON, the CPU will call m68k_write_32_pd() when it executes move.l with a * predecrement destination EA mode instead of m68k_write_32(). @@ -185,7 +185,7 @@ #define M68K_LOG_FILEHANDLE some_file_handle -#define M68K_EMULATE_PMMU OPT_ON +#define M68K_EMULATE_PMMU OPT_OFF /* ----------------------------- COMPATIBILITY ---------------------------- */