Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: GWO110%URIACC.BITNET@brownvm.brown.edu (F. Michael Theilig) Newsgroups: comp.sys.amiga Subject: Help with C. Message-ID: <11668@baldrick.udel.EDU> Date: 20 Feb 90 14:21:52 GMT Sender: mmdf@udel.EDU Lines: 25 I found the source an Apple II emulator in C. Since I figgured that there would be reasonable interest for a port to the Amiga, I decided to give it a try. It looked like generic C. I made a few simple mods and tried to compile. Infinity cubed errors. The source file is over 100k. My problem is probably one main thing. There is the declairation char MEMORY [65536]. Guess what that is. Aztek didn't like that one bit, but I'm sure I can fix that. The part I am concerned about is one of them mass assigns. It looks something like this: MEMORY$F8 [] = { 0,0,0,0,179, ... } The $F8 is new to me. I imagine that is means start assigning at MEMORY[0xF800] but I can't be sure. Anyone have any better ideas? Side note: the program was written for and compiled fine on my school's mini. I can't make heads or tails out of it, but figgured it may find usefullness on the Amiga. /* "Come see the violence inherent in the system!" F. Michael Theilig - The University of Rhode Island at Little Rest GWO110 at URIACC.Bitnet "Help! Help! I'm being Repressed!" */