summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authorToad King2012-10-21 16:04:08 -0400
committerToad King2012-10-21 16:04:08 -0400
commit109957ecb55823f3d60a9a75a6e1f5d9a3d07b83 (patch)
tree3e2c80fb7498fbf32703bc17d5b264e016ea2143 /src/port.h
parent109f3ed5de9de169e90ab70c5d54a3b4b7e609af (diff)
downloadsnes9x2002-109957ecb55823f3d60a9a75a6e1f5d9a3d07b83.tar.gz
snes9x2002-109957ecb55823f3d60a9a75a6e1f5d9a3d07b83.tar.bz2
snes9x2002-109957ecb55823f3d60a9a75a6e1f5d9a3d07b83.zip
switch to rgb565
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port.h b/src/port.h
index de64f9e..65a942e 100644
--- a/src/port.h
+++ b/src/port.h
@@ -123,7 +123,7 @@ typedef short int16_32;
#define LSB_FIRST
#define STATIC static
#define FASTCALL
-#define PIXEL_FORMAT RGB555
+#define PIXEL_FORMAT RGB565
#define CHECK_SOUND()
#define VOID void
#define CPU_SHUTDOWN