home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: PCPandemonium Copy Sent To Programmer / Lowe_PCPandemoniumCopySentToProgrammer_1992.09.30.img / READ.ME < prev    next >
Encoding:
Text File  |  1992-09-30  |  2.2 KB  |  67 lines

  1.  
  2.                     PANDEMONIUM
  3.  
  4.     PETER,
  5.         The source files for the ROLAND/ADLIB/SOUNDBLASTER music
  6.         and the ROLAND fx.
  7.      The disk contains a demo music/fx
  8.     the tunes are   1) in game tune  .....key a
  9.             2) intro tune.........key b
  10.             3) look map tune......key c
  11.             4) arab trading music ???..key d
  12.         The fx are in the order listed below
  13.         
  14.     I have sent the object file but as pcdriv.asm includes
  15.     all the rest of the source files I,m not sure it
  16.     will be much help.
  17.     The assembler I use is Tasm. which is fairly standard
  18.     so I dont think you will have any trouble assembling anything.
  19.     The file pcdriv.asm contains a short section of control code
  20.     to enable you to assemble it as stand alone code and trigger
  21.     things from keys etc.This section can be deleted when including
  22.     the source into your program.
  23.     Everything you need access to is commented (I hope),dont
  24.     hesitate to ring with any queries.
  25.     the Soundblaster 2 sample fx/adlib fx and the beep stuff
  26.     will follow in a few days..
  27.  
  28.     note.....
  29.     The .mid files need to be in the current directory so
  30.     the demo program can load them as required.
  31.  
  32.  
  33.     ;THIS IS THE ROLAND FX LIST COPIED FROM THE SOURCE FILE
  34.     ;SO YOU KNOW WHICH FX IS CALLED BY WHAT NUMBER
  35.     ; ie 1 to 21.  keys a-u trigger the fx on the demo
  36.     ; the adlib fx will be in the same order but will
  37.     ; be in a different driver as the adlib/soundblaster
  38.     ; board does not play fx very well over midi
  39.  
  40.  
  41. These fx are in one file on the disk called rfx.mid and are loaded
  42. as one file by the driver
  43.  
  44.  
  45. starspel        db    1008 dup (?)
  46. dragroar        db    619 dup (?)
  47. exp            db    75 dup (?)    ;explosion
  48. fstep2            db    74 dup (?)
  49. fstep1            db    74 dup (?)
  50. sparkles        db    75 dup (?)
  51. lfail            db    230 dup (?)    ;long fail
  52. fail            db    338 dup (?)
  53. lsuccess        db    185 dup (?)    ;long success
  54. success            db    109 dup (?)
  55. shotbm            db    266 dup (?)    ;shot by musket
  56. dragbf            db    610  dup (?)    ;dragon breathes fire
  57. findred            db    241 dup (?)
  58. findgold        db    196 dup (?)
  59. bsound4            db    78 dup (?)    ;building sounds 1 to 4
  60. bsound3            db    78 dup (?)
  61. bsound2            db    78 dup (?)
  62. bsound1            db    80 dup (?)    
  63. bobhit            db    79 dup (?)    ;bobbins hit
  64. ehit            db    74  dup (?)    ;enemy hit
  65. firemusk        db    78 dup (?)    ;fire musket
  66.  
  67.