Guys,

Here are at least some of the prelim modules.

All known anomalies from ss.calls to cwarea to a whole bunch of little guys
have been fixed (we no longer use the word "bug" - grin).

Still not fixed is:

 Needs system process to change menu windows on CLEAR.
 New kernel not finished yet to take care of F$Load Grfdrv bug.
 VIRQ init changes not inserted yet.

Main changes you can see:

 CC3IO broken up.
 IOMAN ignores device address high byte now (FFXXXX vs 07XXXX etc ignored).
 RBF saves old FD sector info, so an undelete will work.
 Windint no longer maps grfdrv into system space on load.

You might want to use old cc3go since this one says VER 3.0 <grin>.
 
The bell sound is not the real one, just something I was screwing with.
Sounds awful right now.

You MUST use the new Windint and GrfDrv's together. They won't work with
original versions of each other. Other modules should be fine.

 ----------------------------------------------------------
 Prelim gfx call:
  
  1B 4C HX LX HY LY HRX LRX HRY LRY   - rounded rectangle
  1B 4D HX LX HY LY HRX LRX HRY LRY   - rounded rectangle (relative)

 Where X Y is lower right just like for rectangle, and RX RY is the radii
 of the curved sections (a little buggy right now on errors).

 For example, make a gfx screen then move the drawptr: 1b40 0020 0020.

 Then make a relative rectangle of 256 by 80, corners rounded off with
 X radius of 16, Y radius of 8:

 1B4D 0100 0050 0010 0008

 Later version will of course make sure XR,YR cannot exceed 1/2 of X,Y sizes.
For now, don't use this command on smaller than fullsize screens (the radius
isn't scaled yet).

 More later - Kev
