home *** CD-ROM | disk | FTP | other *** search
/ Pegasus Games / Pegasus_Games_CD2.iso / mm2 / help.txt < prev    next >
Text File  |  1995-04-18  |  3KB  |  72 lines

  1. Sound Problems ?
  2.  
  3. If, when you run the game you have no sound, or the game crashes, then
  4. it is most likely that the game is having trouble detecting your sound card.
  5.  
  6. The game supports Soundblaster compatible cards and the Gravis
  7. Ultrasound/Max.
  8.  
  9. First of all, it should be pointed out that the game can only utilise
  10. sound cards which have an IRQ (Interrupt) value of 7 or less. This is
  11. a restriction of the protected mode environment. I'm afraid that the
  12. only way around this paticular problem, is to setup your card at a valid
  13. IRQ, usually 5 or 7, but 2 or 3 could be used too.
  14.  
  15. The way that the game finds your sound card is primarily by what is
  16. called an environment setting. Try typing :-
  17.  
  18. SET (ENTER) at the command prompt.
  19.  
  20. You should see a list of text appear. If your Soundblaster card has been
  21. set up properly, then you should see the line :-
  22.  
  23. BLASTER= A??? I? D? ......    ( with your appropiate values )
  24.  
  25. And for Ultrasound users, you should see :-
  26.  
  27. ULTRASND=.........
  28.  
  29. If these lines do exist, then you should not have any problems. The only
  30. other reason for the game crashing, or producing no sound, could be that
  31. your card has not been set to the correct values, or it is conflicting
  32. with another card you may have. If so, the best thing to do is re-install
  33. your card, following the instructions very carefully.
  34.  
  35. If however, these lines do not appear, then this is the most likely cause
  36. of your problem. If the game cannot find these lines, then it searches
  37. your card slots for what appears to be a Soundblaster or Ultrasound card
  38. which usually works OK, but if you have a number of cards, or an odd
  39. configuration, then this test can fail, causing the PC to crash.
  40.  
  41. So, the best thing to do, if the above lines do not exist, is this :-
  42.  
  43. 1/ Find out your card's settings.
  44.  
  45. Soundblaster Users need to find out the PORT ADDRESS, IRQ INTERRUPT and DMA
  46. CHANNEL.
  47.  
  48. Ultrasound Users need to find out more information :-
  49. PORT ADDRESS, PLAY DMA, RECORD DMA, ULTRASOUND IRQ, MIDI/SB IRQ.
  50.  
  51. 2/ Once you have this information, you will need to EDIT the MM2.BAT
  52. file with a text editor. MS-DOS 5 and above users could type :-
  53.  
  54. EDIT MM2.BAT
  55.  
  56. 3/ Soundblaster users :- Delete the REM before the SET BLASTER text,
  57. and then enter your PORT ADDRESS after the A, your IRQ INTERRUPT after the
  58. I and your DMA CHANNEL after the D. So, you may end up with something like
  59.  
  60. SET BLASTER=A220 I5 D1
  61.  
  62. Once this is done, save the file, and type MM2 (ENTER) to play
  63.  
  64. 4/ Ultrasound users :- Delete the REM before the SET ULTRASND text,
  65. and then enter your PORT ADDRESS after the = sign, the next number should
  66. be your PLAY DMA, the next RECORD DMA, the next your Ultrasound IRQ
  67. INTERRUPT and finally the MIDI/SB IRQ INTERRUPT. So you may end up with
  68.  
  69. SET ULTRASND=220,1,1,7,11
  70.  
  71. Once this is done, save the file, and type MM2 (ENTER) to play
  72.