home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: Krustys SFX Ad Libs / Lowe_KrustysSFXAdLibs.img / DISKSENT / README.BAK < prev    next >
Encoding:
Text File  |  1980-01-01  |  2.4 KB  |  100 lines

  1.  
  2.  
  3.         ;      ADLIB/SOUNDBLASTER MUSIC/FX
  4.         ;    KRUSTYS SUPER FUN HOUSE
  5.  
  6.  
  7.  
  8. ;;;;  THE .asm files on disk should be assembled and linked with
  9.       the object files supplied.The .dat files and .inc files are
  10.       included by the relevent .asm files on assembly.
  11.       The control.asm file is a test calling program to demonstrate
  12.       setting up and calling the music/fx from the game code.
  13.       The interrupt driven section is in fxdrive and runs at 72.8hz 
  14.       It uses both channels of the 8251 timer.One is used for the
  15.       sound system interrupt(the timer interrupt) and the other is
  16.       used to provide the proper delay for the FM writes so that
  17.       regardless of the machine speed the proper delay will always
  18.       occur.
  19.       See _init_snd_ISR in the fxdrive file for the timer set up
  20.       routine.
  21.  
  22.  
  23.               ....Dave Lowe  0723 870648 
  24.  
  25.  
  26.  
  27.         ;       ADLIB/SOUNDBLASTER MUSIC/FX
  28.  
  29.  
  30.             KRUSTYS TUNE LIST
  31.  
  32.       prg calling number         demo keys
  33.  
  34.     50] sect1            key a
  35.     51] sect2            key b
  36.     52] sect3            key c
  37.     53] sect4            key d
  38.     54] sect5            key e
  39.     55] bonus            key f
  40.     56] hi score            key g
  41.     57] presentation        key h
  42.  
  43.                 FX LIST
  44.  
  45.     ;Space bar steps fx on demo
  46.  
  47. FX number:
  48.  
  49. 1        Horn/Hooter
  50. 2        Rat Squeak   (after Bonked)
  51. 3        Rat Pop      (after Pumped-Up)
  52. 4        Rat Squeak   (Hit Bend in Pipe)
  53. 5        Rat Shredded (after Minced)
  54. 6        Rat Die      (after Zapped)
  55. 7        Rat Spring   (to be Gulped)
  56. 8        Bonk (to kill rat)
  57. 9        Mechanical Winch
  58. 10        Zap  (to kill rat)
  59. 11        Whistle (to pump rat)
  60. 12        Gulp! (eat rat)
  61. 13        Mince Machine
  62. 14        Throw Pie
  63. 15        Throw SuperBall
  64. 16        SuperBall Bounce
  65. 17        SuperBall hit/crumble Rock
  66. 18        Kick/Slide Barrel
  67. 19        Barrel Land on Floor
  68. 20        Alien/Robot Lazer
  69. 21        Alien Explode
  70. 22        Hit Alien With Pie
  71. 23        PickUp  Block
  72. 24        PutDown Block
  73. 25        Fall Great Distance part #1 (THUD!)
  74. 26        Fall Great Distance part #2 (Twitter!)
  75. 27        Blower Suck Rat
  76. 28        Drip (acid?)
  77. 29        Snake Fire Venom
  78. 30        Bird Drop Egg
  79. 31        Rat Pop Out of Pipe
  80. 32        Bounce on Spring
  81. 33        Can't Enter Locked Room
  82. 34        Rat Plop into Jar
  83. 35        Krusty Hit by Something
  84. 36        Egg Hit (whatever)
  85. 37        SuperBall    Block
  86. 38        Pies        Block
  87. 39        Burger        Block
  88. 40        Crisps        Block
  89. 41        Extra Life    Block
  90. 42        Mug (drink)    Block
  91. 43        Bag (of tricks)    Block
  92. 44        Magic (landscape) #1
  93. 45        Magic (landscape) #2
  94. 46        Krusty fail/die
  95. 47        Krusty grow
  96. 48        Krusty shrink
  97. 49        KILL ALL CHANNELS
  98.  
  99.  
  100.     ****************************************************