From e3fd0660b99160ecd6723a320391298970311d14 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Tue, 8 Jun 2021 00:19:49 +0200 Subject: [PATCH] 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 --- a314/a314device/build.bat | 2 +- m68kconf.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ---------------------------- */ -- 2.39.2