mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-13 08:29:46 +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
|
||||
.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
|
||||
*--------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user