From: notaz Date: Wed, 9 Sep 2009 16:00:42 +0000 (+0000) Subject: protection and more mapper support for new mem code X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e66881b3ba33fd6c3b41b548ad1688f2d2a5b39;p=libpicofe.git 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 --- 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__)