home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text2668.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.1 KB  |  48 lines

  1. >>>>> "Pat" == Patrick J LoPresti <patl@lcs.mit.edu> writes:
  2. In article <s5gbuoqbi10.fsf@catfish.lcs.mit.edu> patl@lcs.mit.edu (Patrick J. LoPresti) writes:
  3.  
  4.  
  5. >>>>> "hagie" == Scott Hagie <hagie@netcom.com> writes:
  6.     hagie> I (using Dos) don't get sound with Lemmings either, but I
  7.     hagie> do get it with that solitare game demo that comes with the
  8.     hagie> emulator, after turning sound on in the menu.
  9.  
  10.     Pat> Lemmings appears to dodge (some of) the documented Sound
  11.     Pat> Manager interfaces, so it is going to take some disassembly
  12.     Pat> wizardry to figure out exactly what interface Lemmings wants.
  13.     Pat> Cliff and/or Mat will provide the wizardry, and then I will
  14.     Pat> implement the interface.  None of this will happen for a few
  15.     Pat> more weeks, though, since I am on vacation and Cliff and Mat
  16.     Pat> are gearing up for a trade show.
  17.  
  18. Here's what we know:
  19.  
  20. Oh No! More Lemmings actually plays sound under Executor.
  21.  
  22. Lemmings doesn't.
  23.  
  24. Our normal disassembly tools do not reveal any sound playing by
  25. either, which means that the sound playing is probably being done by
  26. code that is dynamically loaded from something other than a CODE
  27. resource.  However, since we can't find the code to play sounds under
  28. either, but Oh-No does play sounds, it's a good bet that Lemmings is
  29. just being too clever and deciding that we don't have the appropriate
  30. sound hardware or software and is just not attempting to play at all.
  31.  
  32. Fixing this will indeed require a bunch of disassembly wizardry.
  33. We've already spent some time on it, but as Pat mentions, we're too
  34. busy gearing up for MACWORLD Expo for us to be able to look at it now.
  35. In the meantime, we'll be replacing the Lemmings demo with the Oh-No
  36. demo in 1.99q (which is also consuming much of our time).
  37.  
  38. There are old programs that directly manipulate the sound hardware
  39. that won't currently play sound.  Pat's good enough that if we can
  40. take the time to document what we need to emulate that we can support
  41. those, too.  However, we won't even beging that until after Executor 2
  42. is out and even then we'll be more likely to spend our time on native
  43. ports to Windows '95 and OS/2.
  44.  
  45. --Cliff
  46. ctm@ardi.com
  47.  
  48.