Author: Matthias Domin
Date:   20071126


This archive contains 2 Jaguar-executables including sources
based on sources written by Jeff Minter in 1992 and early 1993,
these demo-sequences were later used in commercials by Atari.
The sources for these demos were released in November 2007
by Glenn Bruner.


YAKBIG.BIN:
Shows several effects

ROBBIG.BIN:
Shows a group of animated robots flying through the space.


Loadaddress for YAKBIG.BIN and ROBBIG.BIN is $c000.



To create YAKBIG.BIN and ROBBIG.BIN you need to create
YAK.ABS and ROBOTS.ABS first, this is done by calling
the MAKE-utility with commandline-parameter 'all':
MAKE ALL

Results of this should be YAK.ABS and ROBOTS.ABS.

After this call YAK2BIN.BAT and ROBOTS2BIN.BAT, these DOS-batchfiles
merge the necessary data-files and image-files and the program-files together.

Results of this should be YAKBIG.BIN and ROBBIG.BIN.




========================================
How to upload these demos to the Jaguar:
========================================


Example-commandlines for BJL (8bit-transfer, loader on Jaguar
already waiting):


 bjl_load -n -8 -b 0xc000 yakbig.bin
(See YAKBIG.BAT)

 bjl_load -n -8 -b 0xc000 robbig.bin
(See ROBBIG.BAT)


Example-DB-scripts for Alpine, see ROBOTS.DB and YAKBIG.DB 
(provided by Glenn Bruner).


 read yakbig.bin c000
 xpc c000
 g
(See YAKBIG.DB)

 read robbig.bin c000
 xpc c000
 g
(See ROBBIG.DB)



(See YAK.DB/YAK.BAT and ROBOTS.DB/ROBOTS.BAT to learn how 
you can upload the non-merged files)
