ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.6 by cebix, 1999-10-27T17:50:06Z vs.
Revision 1.8 by cebix, 2000-04-10T18:52:56Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for BeOS
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 30 | Line 30
30   // Are the Mac and the host address space the same?
31   #ifdef __i386__
32   #define REAL_ADDRESSING 0
33 + #undef WORDS_BIGENDIAN
34   #else
35   #define REAL_ADDRESSING 1
36 + #define WORDS_BIGENDIAN 1
37   #endif
38  
39   // Are we using a 68k emulator or the real thing?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines