Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/dladd/README.md @ 3215:195c09cade21
Updated MMC Driver makefile so it will have place holders for
dsk, dskclean, and dskcopy so that make does not error out when
chaining into the driver tree to build disk images where applicable.
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 16:07:36 -0600 |
parents | c544854608cf |
children |
line wrap: on
line source
This is a quick set of utilities I use to save myself time for either testing or convenience. cls - this is a quick clear screen utility that display sends a $0C to the current stdout. fast - this strobes $FFD9 to enable turbo mode of the CoCo 3. Useful for re-enabling fast mode after using slow. slow - this strobes $FFD8 to enable normal 0.89MHz mode on the CoCo 3. This is useful for testing older L1 programs and other nifty stuff. Hopefully someone will find these of some use in their projects. David Ladd