Add MD documentation header to source. No functional code change.

This commit is contained in:
Brian J. Bernstein 2021-05-24 08:55:23 -04:00
parent 31548cde8c
commit 59fe08dcb9

View File

@ -4,7 +4,26 @@ NEW
.OP 65C02
.OR $2000
.TF bin/acc
*--------------------------------------
*/-------------------------------------
* # ACC
* Set behavior of accelerator module.
* Works with ZipChip, RocketChip,
* and TransWarp.
*
* ## Arguments
* **-F**
* Sets accelerator to run in FAST mode.
*
* **-S**
* Sets accelerator to run at normal
* Apple II speed (SLOW mode).
*
* ## Return Value
* Code does not detect if any accelerator
* exists, thus return value is limited to
* whether or not a valid argument was
* given.
*\-------------------------------------
.INB inc/macros.i
.INB inc/a2osx.i
*--------------------------------------