dotView ReadMe
TL;DR Run MAKE.BAT to compile.

It's a Wheels OS viewer program to view 4bit file format graphics in multicolor mode.
It allows for bigger pictures exceeding 320x200 in size - the graphics are simply scrolled around.
Arndt Dettke also helped me tremendously in creating this program.
Maurice Randall also helped with technical questions, etc.
The 4bit file format is computationally intensive - will use the SuperCPU if available.
The 4bit file format is a native format for GoDot, a graphics manipulation program marketed in Germany and by CMD.
Compiles under the cc65 suite.

Files
Source Code
dvequate.inc -	Contains labels used by the dotView program.
MAKE.BAT -	Batch file used to compile dotView under cc65.
VIEWER.CFG -	File generated by cc65.
4BITINIT.S -	Initalizes dotView.
4BITMAIN.S -	The main code module of dotView.
4BITHDR.S -	The header file for dotView.
4bitconvert.s -	Actually converts a 4bit file format to multicolor graphics format.
4bitroutines.s-	Miscellaneous file/disk I/O, RAM routines, SuperCPU routines, etc.
4bittable.s -	Various tables used by dialog boxes and other data.
4BITTEXT.S -	Various text strings used by dotView.
GSUPERDB.S -	SuperDialogBox - allows 4 drive support, Wheels, CMD, and is in full color.
		Easily one of my finest GEOS code.
mult-div.s -	Math routines.
multiscroll.s -	Allows dotView to scroll the multicolor graphics on screen.
scrollnk.s -	Link file for multiscroll.s
Viewerlnk.s -	Link file for 4bitconvert.s
Dotviewlnk.s -	Link file for several source code modules.
VIEWHDR.S -	Header block for Viewers program.
wheelsym.inc -	Symbol/Label Table for Wheels OS.
*.cvt -		Binaries for dotView.

This is an unmaintained application or piece of code. It may not be complete or have bugs. Other author(s) may have
assisted with the coding. The underlying application or piece of code may be copyrighted by other entities. This
application or piece of code carries ABSOLUTELY NO WARRANTY, explicit, implied, or otherwise, to the end user/reader.
This application or piece of code is offered for educational/entertainment value only.

This application or piece of code is copyrighted. I think code is beautiful, and I'd like to keep ownership. That said,
it can be freely distributed without charge or fee. You may use/modify code for use in your programming. I just don't
want to see someone hawking crudely-made floppies or electronic files on eBay, Etsy, etc. I don't want to see someone
selling an NFT of this application or piece of code.

-Todd Elliott
April 2022