Basilisk II and SheepShaver Macintosh emulators
Go to file
gbeauche 7cc1bbc7b8 Issue a SysError(dsOldSystem) if we are trying to use MacOS < 8.1.0 with a
NewWorld ROM. That may be 8.1.0 included but original iMac had a NewWorld
ROM compatible system.

Otherwise we will crash because the boot routine is trying to execute code
through unitialized descriptor that points to 0x13ff, which is obviously
wrong (and unaligned on word-boundaries for 68k code).
2005-07-02 17:51:43 +00:00
BasiliskII - Check for <stdint.h> ourselves if AC_HEADER_STDC didn't do that 2005-07-01 05:57:07 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Issue a SysError(dsOldSystem) if we are trying to use MacOS < 8.1.0 with a 2005-07-02 17:51:43 +00:00