Name | Type |
---|---|
Modern Atari System Software - A Programmers Guide
by HiSoft 1993. Very nice reference manual for newer Atari machines like Falcon030. It covers all the major subsystems found in m68k Atari machines, object file formats (DRI/GST), guidelines for devel |
file |
Motorola DSP 56001 24-BIT DIGITAL SIGNAL PROCESSOR USER'S MANUAL
User's manual for DSP56001 which is used in Atari Falcon030. |
file |
Motorola MC68030 User's manual
Manual describing MC68030 used in Atari TT and Falcon030. Describes architecture of the processor, instruction set, execution times etc.. |
file |
Native coding tools | wiki |
Persistence Of Vision Atari ST source code CD
Persistence Of Vision This CD (packed iso image) contains virtually all the Persistence Of Vision menus, utilities and demos. Where possible all source code has been included. For each menu, the MSA file has been included as well as the ST file ready for use with PaCifiST. Contents: --------- Adr - Adrenalin UK stuff Dcx - Dcx compression software Download.st - POV development system for Atari computers Falcon - Demos and applications for Atari Falcon 030 Link - Brown Beer Development Link filer code Misc - Misc source code, etc. Music - Loads of unused music. Other.pov - Recodes, intros, source codes for other demos, etc. Pe - Pure Energy menus coded by POV pov - Persistence Of Vision menu and demo source code + exe Reference - Text files utils - Pacifist, st-zip, lha, ghostlink, msa2.3, fastbasic |
file gallery |
Programming Advanced ST graphics
Sprites, pixel plotting, scrolling, palette changes, screen buffering(taken from ST World issue 36) |
file |
Programming Advanced ST graphics pt. 2
horizontal scrolling, clipped sprites, sprite boundary checking (taken from ST World issue 37) |
file |
Programming Advanced ST graphics pt. 3
Line drawing, line clipping, mouse handling (taken from ST World Issue 38) |
file |
Programming Advanced ST graphics pt. 4
polygon clipping, polygon drawing, polygon filling(taken from ST World Issue 39) |
file |
Programming Advanced ST graphics pt. 5
trigonometry, 3d transformations, lookup tables (taken from ST World Issue 40) |
file |
Programming Advanced ST graphics pt. 6
perspective, animation, multi-faceted objects (taken from ST World Issue 41) |
file |
Programming Advanced ST graphics pt. 7
putting together programs in general (taken from ST World Issue 42) |
file |
Reducing size of executables produced by gcc
Article explains how to remove libc/libc++ dependencies in m68k gcc compiler. It reduces binary size dramatically. For example the smallest 'Hello world' linked against libc takes ~55kb, which is alot |
article |
S.A.L.A.D. Still Another Line A document
Description of Line A api for simple graphics operations. Line A is available in all TOS versions, but it's use is discouraged. |
file |
STE Developer Addendum
List of features introduced in Atari STE computers with programming information and code samples. Covers extended palette, genlock, new controller ports, changes in video subsystem, hardware scrolling |
file |
The Atari ST MC68000 Assembly Language Tutorial
v0.84 by Perihelion. Introduction to m68k assembly programming and Atari ST subsystems (graphics, sound, keyboard etc..). It has alot of handouts and sources useful for beginning Atari programmers (m6 |
file |
ULSv3.12j Source Code | file |
User manual for Atari ST Bit-Block Processor (Blitter)
Official documentation for graphics processor which debuted in Atari Mega ST/STe series. |
file |