home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sound / midi / notes.txt < prev    next >
Text File  |  1988-03-20  |  2KB  |  35 lines

  1. To install another MIDI interface, change the routines in MBM.ASM.  There
  2. will probably be a few gotcha's in MB.ASM, but it should not be too bad.
  3. You may also have to make some changes in the Alpha module in MBA.ASM.
  4.  
  5. To add a module, start with a similar module as a template:
  6.  
  7. 1.   Write the module code in MBA.ASM or MBB.ASM.
  8.  
  9. 2.   Write the module graphics table in the _MODTXT table of MBV.
  10.  
  11. 3.   Enter _MODSRC table for the module in MBV.
  12.  
  13. 4.   Add the module name to EXTRN.ASM.
  14.  
  15. 5.   Replace @dummy with @module-name in _CHRTBL in MBV.
  16.  
  17. 6.   Place the module label (the top 3 characters of the module graphics)
  18.      in the appropriate area in PAGE0.SCR and/or TUTOR.SCR.  These files
  19.      are a memory image of the color monitor display RAM.  The label can
  20.      be placed anywhere in any of the boxes, as the program finds the 
  21.      locations when it is started up.
  22.  
  23. 7.   You can effectively delete previously existing modules by simply
  24.      leaving them out of PAGE0.SCR.  Also, you can rearrange the modules
  25.      in any way you see fit.
  26.  
  27. 8.   Change the version amd/or release number in EQUATES.ASM  to prevent
  28.      old, incompatable versions from loading.  Unfortunately, ANY change
  29.      to the size of MB.EXE will cause it to be incompatable with earlier
  30.      version SAVE files.
  31.  
  32. 9.   If you want to call on me for help, use CIS email.  Please do not
  33.      attempt to call me at Time Arts.  If you come up with a nice module
  34.      or two, please let me know about it.
  35.