home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / games / 15637 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.8 KB  |  38 lines

  1. Newsgroups: comp.sys.amiga.games
  2. Path: sparky!uunet!think.com!ames!saimiri.primate.wisc.edu!usenet.coe.montana.edu!giac1.oscs.montana.edu!osymh
  3. From: osymh@giac1.oscs.montana.edu (Michael L. Hitch)
  4. Subject: Re: Lemmings demo doesnt work!!!!
  5. Message-ID: <1992Nov18.151313.9040@coe.montana.edu>
  6. Keywords: lemmingsn
  7. Sender: usenet@coe.montana.edu (USENET News System)
  8. Organization: Montana State University, Bozeman  MT
  9. References: <Nov.17.19.16.25.1992.4540@pilot.njin.net>
  10. Date: Wed, 18 Nov 1992 15:13:13 GMT
  11. Lines: 25
  12.  
  13. In article <Nov.17.19.16.25.1992.4540@pilot.njin.net> justin@pilot.njin.net (Justin Warburton) writes:
  14. >I got lemm2-demo.dms from amiga.physik.unizh.ch which when umpacke rebooted
  15. >I got that nice title screen then a guru. I tried using nofastmem that didnt
  16. >work. so I went and got LemmingsII-demo.dms from hubcap.clemson.edu that
  17. >didnt even unpack that gave me CRC errors. I did all this on an A1000
  18. >w/ 512k chipram and 2 megs fastram.Please help me I want to try this!
  19.  
  20.    I found that it wouldn't run on my A1000 with 512K chip and 1.5M fast 
  21. memory.  I looked at the startup code in the executable and found a bug in
  22. the code that runs when there is only 512K chip memory.  The code allocates
  23. 512K of fast memory to use in place of the 2nd half of 1M chip memory.  The
  24. bad code is attempting to adjust the fast memory start/size for later 
  25. allocation.
  26.  
  27.    I patched the test executable and it now runs on my A1000.  The patch I
  28. made was to change the byte at offset 0xd5 from 0x80 to 0x81 and the byte
  29. at offset 0xdb from 0x40 to 0x41.  [The offsets are relative to the start
  30. of the file;  offsets from the start of the code segment are 0xb5 and 0xbb.]
  31.  
  32. Michael
  33. -- 
  34. Michael L. Hitch            BITNET:    OSYMH@MTSUNIX1.BITNET
  35. Computer Services Consultant        INTERNET:  osymh@msu.oscs.montana.edu
  36. Office of Systems and Computing Services
  37. Montana State University    Bozeman, MT    USA
  38.