From 8004600b2cd4fb18fc4e180e55eb5f0c32b2ba55 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 17 Jun 2008 21:20:30 +0000 Subject: [PATCH] added timer saving to savestates git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@487 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 21e5b32..efc732e 100644 --- a/linux/port_config.h +++ b/linux/port_config.h @@ -15,7 +15,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_SRAMIO|EL_EEPROM|EL_UIO)//|EL_VDPDMA|EL_HVCNT|EL_ASVDP)//|EL_SVP) +#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_SRAMIO|EL_EEPROM|EL_UIO|EL_YMTIMER)//|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.2