home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.65_stereo.diz < prev    next >
Text File  |  1996-01-01  |  5KB  |  117 lines

  1. GoatTracker v2.65 Stereo
  2. ------------------------
  3.  
  4. Editor by Lasse ╓÷rni (loorni@gmail.com)
  5. Uses reSID engine by Dag Lem.
  6. Uses 6510 crossassembler from Exomizer2 beta by Magnus Lind.
  7. Uses the SDL library.
  8. GoatTracker icon by Antonio Vera.
  9.  
  10. Distributed under GNU General Public License
  11. (see the file COPYING for details)
  12.  
  13. Covert BitOps homepage:
  14. http://covertbitops.c64.org
  15.  
  16.  
  17. Differences to normal version: (refer to normal GT2 for full documentation)
  18.  
  19. - Only buffered write playroutine without zeropage ghostreg support can be used.
  20.  
  21. - To play sound effects on the second SID, use channel indexes 21, 28 and 35 for
  22.   voices 1-3 respectively (in the X register)
  23.  
  24. - Command line differences:
  25.  
  26.   /Lxx (SID address parameter) takes addresses of both sids written one after
  27.        another, right SID in the high word, for example D500D400
  28.   /Hxx (use hardsid) is in hexadecimal format. High nybble specifies right
  29.        hardsid ID and low nybble left hardsid ID. If right hardsid ID is omitted
  30.        it is assumed to be left+1. For example 21 tells to use ID 1 for right &
  31.        ID 0 for left.
  32.  
  33. - Songdata is otherwise same as normally, but there are 6 orderlists for each 
  34.   subtune.
  35.  
  36. - Submit a patch if there are bugs in the stereo hardsid output, I have no means
  37.   to test it.
  38.  
  39.  
  40. Changelog so far:
  41.  
  42. v2.59     - Fixed channels 4-6 not setting global tempo.
  43.           - Added missing channel 4-6 playback start checks to the editor
  44.             playroutine.
  45.           - Mono songs can be loaded (detection relies on checking song order-
  46.             list validity and is not 100% certain.)
  47.           - Vertical resolution increased.
  48.  
  49. v2.6      - Fixed channel 4-6 filter commands.
  50.           - Fixed help screen mouse scrolling.
  51.           - Fixed pattern default length selection display when decrementing 
  52.             from a value of 100 or higher.
  53.           - Fixed mouse selection of pattern when adjusting an adjacent channel.
  54.           - Fixed help screen instructions.
  55.           - Changed resolution to 800x600 (pattern display tightened.)
  56.           - Changed speed of page up/page down scrolling to be faster.
  57.           - Optimized text output routines.
  58.  
  59. v2.61     - Fixed SHIFT+channel number in orderlist edit mode (swap orderlists)
  60.             to work with channels 4-6.
  61.           - Fixed muting.
  62.           - Added the backquote key (top-left on keyboard) to select channel
  63.             in pattern edit mode, and to select table in table edit mode. Use
  64.             with SHIFT to go backwards.
  65.           - Added SHIFT+channel number to mute channels in pattern edit mode.
  66.  
  67. v2.62     - Added possibility for realtime calculated note independent (hifi)
  68.             portamento & vibrato. Warning: has potential for huge rastertime
  69.             increase.
  70.                         
  71. v2.63     - Fixed note independent portamento & vibrato to use the last note
  72.             set in wavetable for calculations, instead of the last note in
  73.             patterndata.
  74.             
  75. v2.64     - Fixed paste in table (SHIFT+V) working also without SHIFT pressed.       
  76.  
  77. v2.65     - Fixed raw keycodes over 511 interpreted as some other keys in the
  78.             0-511 range.
  79. This is reSID, a reverse engineered software emulation of the MOS6581 SID
  80. (Sound Interface Device). This chip was used in the Commodore 64 computer.
  81.  
  82. reSID is free software. See the file COPYING for copying permission.
  83.  
  84. reSID is a C++ library containing a complete emulation of the SID chip.
  85. This library can be linked into programs emulating the MOS6510 MPU to
  86. play music made for the Commodore 64 computer. reSID has been successfully
  87. linked into VICE, a full-fledged Commodore 64 emulator, and SIDPLAY, a
  88. popular SID tune player. The VICE home page is:
  89. http://www.cs.cmu.edu/~dsladic/vice/
  90. A patch for SIDPLAY can be found on the SIDPLAY home page:
  91. http://www.geocities.com/SiliconValley/Lakes/5147/
  92.  
  93. Various SID emulators exist, however reSID should still be of great
  94. interest to Commodore 64 nostalgics. The emulator engine is cycle-based,
  95. emulating the internal operations of the SID chip. SID's audio filter is
  96. modeled as an actual two-integrator-loop biquadratic filter circuit.
  97. The engine has been developed based on available information on SID, sampling
  98. of the OSC3 and ENV3 registers, filter theory, and meticulous testing.
  99. In short, a scientific approach has been taken to model the SID chip as
  100. accurately as possible.
  101.  
  102. To our knowledge reSID is by far the most accurate SID emulator ever created.
  103. This comes at a price; what is considered a fairly fast CPU at the time of
  104. this writing is needed to run the emulator.
  105. Please distribute this file with the SDL runtime environment:
  106.  
  107. The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
  108. designed to make it easy to write multi-media software, such as games and
  109. emulators.
  110.  
  111. The Simple DirectMedia Layer library source code is available from:
  112. http://www.libsdl.org/
  113.  
  114. This library is distributed under the terms of the GNU LGPL license:
  115. http://www.gnu.org/copyleft/lesser.html
  116.  
  117.