mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Fix big endian compile/link.
This commit is contained in:
parent
4d116447e3
commit
51b91e9692
@ -42,12 +42,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef LSB_FIRST
|
|
||||||
#undef HOST_MSB
|
#undef HOST_MSB
|
||||||
#else
|
|
||||||
#define HOST_MSB
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#undef TRACE_RDWR_MEM
|
#undef TRACE_RDWR_MEM
|
||||||
#undef TRACE_ADDR_TRANSLATION
|
#undef TRACE_ADDR_TRANSLATION
|
||||||
|
Loading…
Reference in New Issue
Block a user