home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / games / 10742 < prev    next >
Encoding:
Text File  |  1992-08-23  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.sys.ibm.pc.games
  2. Path: sparky!uunet!cis.ohio-state.edu!cc.ic.ac.UK!vsn
  3. From: vsn@cc.ic.ac.UK (Vartan Narinian)
  4. Subject: Re:  Problem with F117 demo
  5. Message-ID: <9208231747.AA23589@cscmgb.cc.ic.ac.uk>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: Imperial College Computer Centre
  8. Date: Sun, 23 Aug 1992 19:47:16 GMT
  9. Lines: 26
  10.  
  11. >I just tried to run the F117 demo and ran into a problem. As soon as the
  12. >demo starts it asks me if I have a joystick. At this point my PC locks up
  13. >and I have to reboot. Anyone have this happen? Suggestions?
  14. >
  15. >Jim Feeney
  16.  
  17. Do you have a monochrome VGA perhaps?
  18.  
  19. After some debugging me and a friend of mine found the following:
  20. At the start of the game there is a routine which outputs stuff to
  21. the VGA ports. The routine which does this works in combination with
  22. a timer routine which is different for the color and monochrome VGA.
  23. The monochrome VGA timer routine has a terrible bug: It pushes three
  24. registers on entry but only pops two on exit and hell breaks loose at the
  25. RET.
  26.  
  27. Of course, this applies to the full game but if the routines come
  28. from a library, there is a great chance that the demo has the same problem.
  29.  
  30. In the process of finding this out, I have also patched out the
  31. Aircraft Identification Quiz and I'll post both patches together with
  32. a decompressor for files compressed with PKLITE and LZ91 so that
  33. patches can be applied.
  34.  
  35. Vartan
  36.  
  37.