************************************************************************* * * * AMOS/PRO TURBO LIBRARY v1.9 * * * * Idea's and improvements may be sent to : * * * * MANUEL ANDRE * * Arbeidersstraat 9 * * 2600 BERCHEM * * * * BELGIUM * * * * CONTACT ME : E-MAIL * * SUBJECT : AMOS TURBO * * * ************************************************************************* Commands debugged in version 1.6 : Display Stars : the "stars" coordinates didn't wrap araound the screen correctly. Stars Compute : had the same problem as the Display Stars command as I use the same code for it. Stars Int On : had the same problem as the Display Stars command as I use the same code for it. Special thanks to Ryan Scott for finding this "bug". Commands debugged in version 1.7 : All the new Icon commands use a 'MASK' if available, cfr. Make Icon Mask. Except the F 16proc Icon and the F 32proc Icon routines. So now you can display 'transparent' icons... Commands debugged in version 1.75: All the Object routines are fixed now...What BUGS !!! As you all know, you must set the Object Limit when using the objects. Well I simply forgot to check this 'limit' in the Define and Object Draw routines. It was possible to 'draw' an 'object', even if it was NOT defined ! -->MAJOR CRASH ! There was also another problem that could pop up if you were using KS3.0... Register A1 is trashed when you are 'drawing' a line outside the RASTPORT limits. The more techical users know that A1 must contain the RPstruct address when calling _LVODraw from the GFX library. I now restore A1 after each call to _LVODraw. At last the Object Save and Object Load Chip commands work well ! Commands debugged in version 1.76: Small bug fixed in the Icon and Block routines. In some occasions a MASK was used...even if none was defined. Commands debugged and new options added in version 1.9: Debugged. --------- Small bug fixed in the Blit Store command. New runtime options. -------------------- Blit Erase -1 : erase all blit definitions in one go. Object erase -1 : erase all object definitons in one go. F 16 Icon/F 32 Icon : the X and Y coordinates are no longer chopped to ly on a 16/32 bit boundary. So you can put the Icons anywhere on the screen... New default/quit add-ons. ------------------------- All blit definitions are erased from memory. All object definitions are erased from memory. Object Limit is set to zero (0). The Blitter interrupt is removed. The Stars interrupt is removed. The 'Stars' are erased from memory.