From: notaz Date: Tue, 29 Jan 2008 23:04:26 +0000 (+0000) Subject: win32 stuff, SIMPLE_WRITE_SOUND X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ec19af1e5a75e799e2c26091548790b41acb6c;p=libpicofe.git win32 stuff, SIMPLE_WRITE_SOUND git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@341 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/gp2x/port_config.h b/gp2x/port_config.h index 1503593..fe0fcea 100644 --- a/gp2x/port_config.h +++ b/gp2x/port_config.h @@ -6,6 +6,7 @@ #define CASE_SENSITIVE_FS 1 // CS filesystem #define DONT_OPEN_MANY_FILES 0 #define REDUCE_IO_CALLS 0 +#define SIMPLE_WRITE_SOUND 0 // draw.c #define OVERRIDE_HIGHCOL 0 diff --git a/linux/port_config.h b/linux/port_config.h index 0d9a526..21e5b32 100644 --- a/linux/port_config.h +++ b/linux/port_config.h @@ -12,9 +12,10 @@ // pico.c #define CAN_HANDLE_240_LINES 1 +#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_SVP) +#define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_SRAMIO|EL_EEPROM|EL_UIO)//|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__) diff --git a/psp/port_config.h b/psp/port_config.h index 93cffa7..3bd139d 100644 --- a/psp/port_config.h +++ b/psp/port_config.h @@ -6,6 +6,7 @@ #define CASE_SENSITIVE_FS 0 #define DONT_OPEN_MANY_FILES 1 // work around the stupid PSP ~10 open file limit #define REDUCE_IO_CALLS 1 // another workaround +#define SIMPLE_WRITE_SOUND 0 // draw.c #define USE_BGR555 1