summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2009-01-22 03:13:55 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2009-01-22 03:13:55 +0000
commit51b91e96927fcad6b463d110be99b8260ce53215 (patch)
tree5beeff90e29132dc930aa678a6047f42a40d59c7 /src
parent4d116447e3c93e906d63f831d7e1847c4d59d4de (diff)
Fix big endian compile/link.
Diffstat (limited to 'src')
-rw-r--r--src/emu/cpu/i860/i860dec.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emu/cpu/i860/i860dec.c b/src/emu/cpu/i860/i860dec.c
index 0a171776421..eb1b99a199a 100644
--- a/src/emu/cpu/i860/i860dec.c
+++ b/src/emu/cpu/i860/i860dec.c
@@ -42,12 +42,7 @@
#include <math.h>
-#ifdef LSB_FIRST
#undef HOST_MSB
-#else
-#define HOST_MSB
-#endif
-
#undef TRACE_RDWR_MEM
#undef TRACE_ADDR_TRANSLATION