TO DO list.
-----------


Improve speed printing chars copying them to VRAM and change CHRPRN function, change the ANSI patterns to hexas readable.

Build up the SC console, just very basic stuff.

Release....................................................................






Do all this only in the DOS2 version
------------------------------------------

ORG $100 instead of $C000.

Move routine __LoadAny to the permanent area.

That at @RUN it loads the rest of the code files.

Add at @RUN equivalent to COLOR 15,1,1:SCREEN 8,2,0.

Remove the bloads headers on the code files.

Now it will run from the DOS2 shell.

Release........................................................


Do all in both versions
-------------------------------


Fix sprite glytch in export mode.

Increase the features in SC console.

Image console, add copy/past.

Image console, add stretch.

Support mouse port test in the start.


Release.......................................................


Change the GUI structure to OO, giving full vectorization for mouse and events.

Change the Form box into several objects for adding flexibility.

Convert the hsv/pal picker in an object. And remove duplicated code from all consoles.

Convert the scrolls to objects. And remove duplicated code from all consoles.


Release...........................................................


Add support to tiles for Sc10/11 format.

Add support for exprting from the image console into the Sc10/11 format.

Release..........................................................
