flype44 / VControl

VControl - Control your Vampire Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VControl

(C) Copyright 2016-2021 APOLLO-Team

The purpose of VControl is to bring some valuable information and control over the Vampire boards.

Releases

VControl 1.18 (April 20, 2021)

Latest official binary releases : Download

Features

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

Build instructions

To compile VControl you need :

  • SAS/C 6.59 for CBM AmigaOS3 M68K

    Install and ensure all assets are properly accessible.

  • VASM 1.8h for CBM AmigaOS3 M68K Download

    Install and ensure vasmm68k_mot is properly accessible (in C: for example).

  • BoardsLib Developer Kit Download

    Copy BoardsLib/Developer/include/c/ folders to SC:include/

  • CyberGraph Developer Kit Download

    Copy CGraphX/C/Include/ folders to SC:include/

  • Use the provided smakefile.

    CD to the project and type smake.

Screenshots

About

VControl - Control your Vampire Board

License:Mozilla Public License 2.0


Languages

Language:Assembly 53.2%Language:C 44.0%Language:C++ 2.9%