Skip to content

toarnold/jaglib-demo

Repository files navigation

jaglib-demo

Demo code for the ATARI Jaguar jaglib.

The jaglib is part of the ATARI Jaguar target in the vbcc package. The library is designed to act in conjunction with the vclib, so it is easy to take first steps in ATARI Jaguar programming.

Prerequisites

  • First of all, you will need a SkunkBoard.
  • A working gcc installation (For windows you can take MinGW)
  • You will need a working vbcc toolchain
    • Be sure to set up your working area according the instructions.
    • Take the most recent version of the following tools. The tools must be compiled by yourself.
    • Place the compiled tools in you bin folder
    • The jaglib is a part of the vbcc distribution and resides in the bin folder of the ATARI Jaguar target.
    • Copy the file targets/m68k_jaguar/config/config_windows (or config_linux) to your config folder and rename it to jaguar

Running the demo

Be sure your Jaguar is switched on and jcp is working. Simply type

make

This will run all demos and write out small descriptions.

Using the following commands, you can compile and run each demo separatly.

make build
make run

About

Demo code for the ATARI Jaguar jaglib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages