(C) Copyright 2016-2021 APOLLO-Team
The purpose of VControl is to bring some valuable information and control over the Vampire boards.
VControl 1.18 (April 20, 2021)
Latest official binary releases : Download
Latest official documentation : Open
| Command | Description |
|---|---|
| DETECT | Detect the AC68080 |
| BOARD | Output Board Information |
| BOARDID | Output Board Identifier |
| BOARDNAME | Output Board Name |
| BOARDSERIAL | Output Board Serial Number |
| CORE | Output Core Revision String |
| COREREV | Output Core Revision Number |
| CPU | Output CPU information |
| CPUHERTZ | Output CPU Frequency |
| MEMLIST | Output Memory list |
| MODULES | Output Modules list |
| CONFIGDEV | Output ConfigDev list |
| SETENV | Create Environment Variables |
| ATTNFLAGS | Change the AttnFlags |
| AKIKO | Initialize the Akiko C2P routine |
| DPMS | Change the DPMS mode |
| FPU | Change the FPU mode |
| IDESPEED | Change the IDE speed |
| SDCLOCKDIV | Change the SDPort Clock Divider |
| SUPERSCALAR | Change the SuperScalar mode |
| TURTLE | Change the Turtle mode |
| VBRMOVE | Change the VBR location |
| JOYPORT | Patch the LowLevel.library to use the GAMEPADs for APOLLO V4(+) |
| MAPROM | Map a ROM file |
To compile VControl you need :
-
SAS/C6.59 for CBM AmigaOS3 M68KInstall and ensure all assets are properly accessible.
-
VASM1.8h for CBM AmigaOS3 M68K DownloadInstall and ensure
vasmm68k_motis properly accessible (inC:for example). -
BoardsLib Developer KitDownloadCopy
BoardsLib/Developer/include/c/folders toSC:include/ -
CyberGraph Developer KitDownloadCopy
CGraphX/C/Include/folders toSC:include/ -
Use the provided
smakefile.CDto the project and typesmake.



