initial psp code, functional menu
[libpicofe.git] / psp / port_config.h
diff --git a/psp/port_config.h b/psp/port_config.h
new file mode 100644 (file)
index 0000000..dcd5032
--- /dev/null
@@ -0,0 +1,24 @@
+// port specific settings\r
+\r
+#ifndef PORT_CONFIG_H\r
+#define PORT_CONFIG_H\r
+\r
+#define CPU_CALL\r
+\r
+// draw.c\r
+#define OVERRIDE_HIGHCOL 0\r
+\r
+// draw2.c\r
+#define START_ROW  0 // which row of tiles to start rendering at?\r
+#define END_ROW   28 // ..end\r
+\r
+// pico.c\r
+#define CAN_HANDLE_240_LINES   1\r
+\r
+// logging emu events\r
+#define EL_LOGMASK 0 // (EL_STATUS|EL_ANOMALY|EL_UIO|EL_SRAMIO) // xffff\r
+\r
+//#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)\r
+#define dprintf(x...)\r
+\r
+#endif //PORT_CONFIG_H\r