Basilisk II and SheepShaver Macintosh emulators
Go to file
nigel 641fa2c01e Compiling on Mac OS X 10.2 doesn't define uint8_t using the standard headers.
Including stdint.h should be safe, but if it clashes, we could put an OS X
specific wrapper around it: #if (defined(__MACH__) && defined(__APPLE__))
2005-12-30 01:19:53 +00:00
BasiliskII Compiling on Mac OS X 10.2 doesn't define uint8_t using the standard headers. 2005-12-30 01:19:53 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Disable direct block chaining if DYNGEN_FAST_DISPATCH is not defined. Note 2005-12-12 21:44:50 +00:00