Update #1 (8 February, 2003) - Changed compiler for the OS X (CFM Carbon) port to CodeWarrior Pro 8.3, to fix random crash problems on OS X 10.2. Tested to see it works on 10.2 and 9.x. Files uploaded: zangband-272-mac-osx.sit.bin - For OS X, or OS8.6- & CarbonLib system extention (supercedes zangband-272-mac-osx.sit.bin) zangband-272-mac-xxx.sit.txt - This file (supercedes zangband-272-mac-xxx.sit.txt) --- ZAngband 2.7.2 for the Macintosh -------------------------------- ZAngband by the ZAngband Dev Team (http://www.zangband.org) This port by pelpel (pelpel@zak.att.ne.jp) You'll find in this port: v ASCII v Zborg (Control-z z to start it - not recommended for slower 68K Macs) v 8x8 tiles v Adam Bolt's 16x16 tiles v Sound effects (quite out-of-date, though) Technical note: A compiler bug in CodeWarrior 6 (the last version that supports the 68K compiler) has long prevented me to compile Z for 68K Mac, but I've finally found a work-around. In wild1.c, function create_roads, move local variables place1 -- place4, link_list and place_number out of the function and declare them as static to wild1.c -- of course, because it's a compiler-specific quick fix, you have to surround them in if defined(__MWERKS__) && defined(__MC68020__). If you're using one of my ext-mac archives on clockwork, you also have to turn the far data option on (in the 68K processor panel) when you compile and link ZAngband for Mac 68K. // pelpel (pelpel@zak.att.ne.jp)