From 4e66881b3ba33fd6c3b41b548ad1688f2d2a5b39 Mon Sep 17 00:00:00 2001
From: notaz <notasas@gmail.com>
Date: Wed, 9 Sep 2009 16:00:42 +0000
Subject: [PATCH] protection and more mapper support for new mem code

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@771 be3aeb3a-fb24-0410-a615-afba39da0efa
---
 linux/port_config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/port_config.h b/linux/port_config.h
index 05a903c..fc2e118 100644
--- a/linux/port_config.h
+++ b/linux/port_config.h
@@ -26,7 +26,7 @@
 #define SIMPLE_WRITE_SOUND	0
 #define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo
 
-#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_UIO|EL_IDLE|EL_SRAMIO|EL_EEPROM)//|EL_VDPDMA|EL_HVCNT|EL_ASVDP)//|EL_SVP)
+#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_UIO|EL_IDLE)//|EL_VDPDMA|EL_HVCNT|EL_ASVDP)//|EL_SVP)
 // EL_VDPDMA|EL_ASVDP|EL_SR) // |EL_BUSREQ|EL_Z80BNK)
 
 //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
-- 
2.39.5