summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/port.h b/src/port.h
index e6b5c1d..c8d0be8 100644
--- a/src/port.h
+++ b/src/port.h
@@ -110,7 +110,11 @@ typedef short int16_32;
#define VAR_CYCLES
//#define SPC700_SHUTDOWN
#define FASTCALL
+#if defined(PS2)
+#define PIXEL_FORMAT BGR555
+#else
#define PIXEL_FORMAT RGB565
+#endif
#define CPU_SHUTDOWN
#define PACKING __attribute__ ((packed))
#define ALIGN_BY_ONE __attribute__ ((aligned (1), packed))