(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/C
6.59 for CBM AmigaOS3 M68KInstall and ensure all assets are properly accessible.
-
VASM
1.8h for CBM AmigaOS3 M68K DownloadInstall and ensure
vasmm68k_mot
is properly accessible (inC:
for example). -
BoardsLib Developer Kit
DownloadCopy
BoardsLib/Developer/include/c/
folders toSC:include/
-
CyberGraph Developer Kit
DownloadCopy
CGraphX/C/Include/
folders toSC:include/
-
Use the provided
smakefile
.CD
to the project and typesmake
.