summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authortwinaphex2015-11-10 04:30:51 +0100
committertwinaphex2015-11-10 04:30:51 +0100
commit741516b02c03c7af9fe2ec303edf0ccaccfd39a8 (patch)
tree99bc8929fa5340664e042fbcfb19b7d6d61f008c /src/port.h
parentbed2a54f68865abcd6630b5514dce9ba06d9e4b0 (diff)
downloadsnes9x2002-741516b02c03c7af9fe2ec303edf0ccaccfd39a8.tar.gz
snes9x2002-741516b02c03c7af9fe2ec303edf0ccaccfd39a8.tar.bz2
snes9x2002-741516b02c03c7af9fe2ec303edf0ccaccfd39a8.zip
Use MSB_FIRST
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/port.h b/src/port.h
index 0c48da6..b203d8d 100644
--- a/src/port.h
+++ b/src/port.h
@@ -122,7 +122,6 @@ typedef short int16_32;
//Misc Items
#define VAR_CYCLES
//#define SPC700_SHUTDOWN
-#define LSB_FIRST
#define STATIC static
#define FASTCALL
#define PIXEL_FORMAT RGB565
@@ -133,7 +132,6 @@ typedef short int16_32;
#define ZeroMemory(a,b) memset((a),0,(b))
#define PACKING __attribute__ ((packed))
#define ALIGN_BY_ONE __attribute__ ((aligned (1), packed))
-#define LSB_FIRST
#undef FAST_LSB_WORD_ACCESS
#define SUPER_FX
#ifdef ASMCPU