diff -crN libsidplay-1.36.36-orig/src/libcfg.h.in libsidplay-1.36.36/src/libcfg.h.in *** libsidplay-1.36.36-orig/src/libcfg.h.in Wed May 3 11:39:56 2000 --- libsidplay-1.36.36/src/libcfg.h.in Wed May 3 11:40:31 2000 *************** *** 39,49 **** * * This option is highly used and tested. A failing little endian system * has not been reported so far. */ ! #undef DIRECT_FIXPOINT /* This will cause little(big) endian machines to directly access little(big) * endian values in memory structures or arrays, disregarding alignment. */ ! #undef OPTIMIZE_ENDIAN_ACCESS /* -------------------------------------------------------------------------- * Don't touch these! --- 39,49 ---- * * This option is highly used and tested. A failing little endian system * has not been reported so far. */ ! #define DIRECT_FIXPOINT /* This will cause little(big) endian machines to directly access little(big) * endian values in memory structures or arrays, disregarding alignment. */ ! #define OPTIMIZE_ENDIAN_ACCESS /* -------------------------------------------------------------------------- * Don't touch these!