1 // port specific settings
8 #define CASE_SENSITIVE_FS 1 // CS filesystem
9 #define DONT_OPEN_MANY_FILES 0
10 #define REDUCE_IO_CALLS 0
12 #define SCREEN_SIZE_FIXED 0
13 #define SCREEN_WIDTH 320
14 #define SCREEN_HEIGHT 240
17 #define OVERRIDE_HIGHCOL 0
20 #define START_ROW 0 // which row of tiles to start rendering at?
21 #define END_ROW 28 // ..end
24 #define CAN_HANDLE_240_LINES 1
26 #define SIMPLE_WRITE_SOUND 0
27 #define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo
29 #define EL_LOGMASK (EL_ANOMALY|EL_STATUS|EL_UIO|EL_IDLE|EL_32X)
30 // EL_VDPDMA|EL_ASVDP|EL_SR) // |EL_BUSREQ|EL_Z80BNK)
31 //#define EL_LOGMASK (EL_ANOMALY|EL_STATUS)
33 //#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
38 #define PATH_SEP_C '/'
41 #endif //PORT_CONFIG_H