From dd69833d4575ffe3b332f2632f1552da06d13605 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 15 Jan 2008 18:55:10 +0000 Subject: [PATCH] more SVP work git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@320 be3aeb3a-fb24-0410-a615-afba39da0efa --- linux/port_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/port_config.h b/linux/port_config.h index d26636a..0d9a526 100644 --- a/linux/port_config.h +++ b/linux/port_config.h @@ -14,7 +14,8 @@ #define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo -#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_SRAMIO|EL_EEPROM|EL_UIO|EL_VDPDMA) // EL_VDPDMA|EL_ASVDP|EL_SR) // |EL_BUSREQ|EL_Z80BNK) +#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_SRAMIO|EL_EEPROM|EL_UIO|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__) #define dprintf(x...) -- 2.39.2