Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/dladd/README.md @ 3222:c086a5d69b78
Corrected ,pc should have been ,pcr in KRNP3.asm
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 23:28:18 -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