]> git.sesse.net Git - pistorm/commitdiff
Some janitorial stuff
authorbeeanyew <beeanyew@gmail.com>
Mon, 7 Jun 2021 22:19:49 +0000 (00:19 +0200)
committerbeeanyew <beeanyew@gmail.com>
Mon, 7 Jun 2021 22:19:49 +0000 (00:19 +0200)
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
m68kconf.h

index d2b8ccbfe47ffc47da6a299e25497f2a3204fee0..c4b605b9c0e5f1047363777a61d7117c0774e944 100644 (file)
@@ -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
index 4122af09d347dda85eac130f99fbbc9c19759f8c..3dfbff80e5651b3760f47c8f9768880d4febb9f7 100644 (file)
@@ -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().
 #define M68K_LOG_FILEHANDLE         some_file_handle
 
 
-#define M68K_EMULATE_PMMU   OPT_ON
+#define M68K_EMULATE_PMMU   OPT_OFF
 
 
 /* ----------------------------- COMPATIBILITY ---------------------------- */