mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-04 03:05:43 +00:00
Add MD documentation header to source. No functional code change.
This commit is contained in:
parent
31548cde8c
commit
59fe08dcb9
@ -4,7 +4,26 @@ NEW
|
|||||||
.OP 65C02
|
.OP 65C02
|
||||||
.OR $2000
|
.OR $2000
|
||||||
.TF bin/acc
|
.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/macros.i
|
||||||
.INB inc/a2osx.i
|
.INB inc/a2osx.i
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user