
(((( RUCKUS NEWS ))))
----------------------------------------------------------------------------
18-Oct-93-dh
1. Fixed RUCKDAC.LIB file store when using WAV format (was using "DATA"
instead of "data"). Available in the developer's conference download area.

Updated MODAC (v1.931018) to reflect this fix. Filename MODAC110.ZIP.
Available in Main Board file area #3 and also included in shareware
versions of RUKQ10.ZIP & RUKC10.ZIP.

----------------------------------------------------------------------------
06-Oct-93-chh
Ruckus-DAC for PowerBASIC 3.0/BETA!
Available in the developer's conference download area.

Also made available is last Spring's Ruckus-MIDI ((STEREO)) MIDI music
code for dual-OPL2 and OPL3 chips. ALPHA-only. See conference mail for
further information on these two items.

----------------------------------------------------------------------------
06-May-93-chh
MODAC1.EXE v1.930506
1. Fixed 13-Apr-93 MODAC1.EXE 8+ drives bug.
2. Updated RUKQ10.ZIP, RUKC10.ZIP, and MODAC1.ZIP files with new MODAC1.EXE.

----------------------------------------------------------------------------
13-Apr-93-chh
MODAC1.EXE v1.930312
1. Bug in the MODAC.EXE file manager if more than 7 drives present (H:, etc.).
   Has nothing to do with RUCKDAC.LIB or RUCKMIDI.LIB. Severity increases as
   number of drives above 7 increases. If you have more than 7 drives it's not
   recommended that you use this version. A fix is upcoming.

----------------------------------------------------------------------------
12-Mar-93-rd/chh
RUCKDAC.LIB
1. SysInfoDac reporting AdLib device as always present. Fixed.
   (Shareware user work-around is to double-check by doing InitDac of AdLib.)
2. If SBPro then FM mixer volume set to maximum during SysInfoDac for
   better results when testing AdLib digital playback.
3. Other miscellaneous AdLib digital enhancements.

RUCKDAC.LIB and non-beta .BIs available in RUCKUS Conf as RDL30312.ZIP.

MODAC1.EXE v1.930312 is available for download in the Main Dir files.

----------------------------------------------------------------------------
6-Mar-93-chh
RUKC10.ZIP
-- C version ready. LIBs updated since 2-Mar-93 but changes made have no
   impact with BASIC use.
1. struct ModData in RUCKDAC.H should be named ModDataArea for consistency.
2. Mod structure in RUCKDAC.H should have line# 242 removed

   struct ModData {                 <= NAME THIS ModDataArea
     void __near *chInfoPtr;/* -2   <= REMOVE THIS LINE (line# 242)
     unsigned Type;         /*  this should be the first member of ModData
          :

   The structure should look like:

   struct ModDataArea {
     unsigned Type;
          :

----------------------------------------------------------------------------
2-Mar-93-chh
RUCKDAC.LIB
1. RecordLen in Ruckus data area was not being updated after a record. Fixed.
2. X02*.BAS line 99 (V = &HF0F) was fixed to read SPP.VolVoc = &HF0F.
3. X02*.BAS line 126 states SliceAdj set using SetIntRateMod. Incorrect.
   SliceAdj is set using SetFastMod.
4. RUCKDAC.BI? and RUCKMIDI.BI? replaced with non-beta versions.

----------------------------------------------------------------------------
15-Feb-93-chh
RUKQ10.ZIP
BASIC version ready.

