Changes to V3.5 (01/05/94) -------------------------------------------------------------------------- * Corrected problems with fast math routines. A few of the complex math routines had problems. This was responsible for the 'bus errors' often experienced. * Optimized math routines again, offering another 10% increase in speed. * Added new data compression routines to jam.library (now v7.0). * Changed 'ECSVideoNTSC' & 'ECSVideoPAL' video drivers so that they no longer require the ECS Denise. Some time ago, we removed the necessity of the ECS chipset. However, when a bug in the main program that checked for the ECS/OCS/AGA requirement was fixed, it turns out that the 'ECS' flag was never removed from the video drivers. * Re-wrote 'RsrvMemII' (again). Apparently, the OVL line on many Amigas does not respond as documented, meaning that trying to take over the system while re-booting did not always work...rats! This would have been the best way to fix the problems with many memory boards. So, the new RsrvMemII is automagic. Use it as it is installed (by the installer script) and if it works just fine, leave it. If you have a GVP board, and the RsrvMemII from v3.2-v3.4 worked, you will need to add a '-r' after RsrvMemII in the s:setupEmplant script file: ---- Contents of file s:setupEmplant --- RsrvMemII >NIL: -r This will force the RsrvMemII program to behave like the last version, meaning it should work with all of the GVP Combo boards. The '-s' switch for splitting the memory still exists (see emplant.history for more details about this). * Added launcher script/icon for 'EC' machines. * Added cache clearing to .JDC decompressor (for safety sakes).