Loading...
 

File Galleries

Multiple select
  T Name Creator
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 (m68k opcodes reference, memory map, m68k instruction timing tables ..). Pretty good as an introduction.
admin
Supervidel VHDL overview
Nature
Supervidel memory map
Describes all SuperVidel registers and where the graphics RAM lies.
Nature
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, DMA Sound, Microwire interface (volume/tone control).
Atari Corp.
ST Sprite Factory (Future Software Systems)
Utility for making sprites/animation/maps on Atari ST. Archive contains manual which can be interesting for programmers, because, beside of containing information about program usage, contains some info about blitter and sprite collision detection and animation tutorial. Credits: Mug UK
admin
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.
Atari Corp.
Nie bój się bitplanów czyli obrazek oczami komputerów cz. I, cz. II
excerpt from "Atari magazyn", in polish, description of ST screen organization with some source code in GFA basic
Tomasz Gnyp
MFP MC68901 delay mode desired frequency table [Hz]
Handout/reference for Atari ST MFP MC68901 timers programming (in pdf format). This goes for timers A,B,C and D in delay mode.
Feeding data register with given timer data value and setting proper timer division (4/10/16/50/64/100/200) will result in given frequency of interrupts (in Hz).
Pawel Goralski
Jam plugin C API
Example demonstrating usage of Jam plugins (used in Atari Jam player) in your own demos and programs. Full C api is provided. Archive contains also custom file i/o, memory and machine detection functions.
Code is published under MIT license. See accompanying article about Jam plugin API in article section of this wiki.
Pawel Goralski
Intelligent Keyboard (IKBD) Protocol
Description of protocol used to control/interrogate mouse and keyboard. It's usedon all 16/32 bit Atari machines.
Atari Corp.
Hisoft Devpac 3 manual
Manual for Devpac 3 package, m68k macro assembler compiler, debugger and development environment for Atari ST range of computers.
HiSoft
Demo coding tutorial by James Ingram
A tutorial on how to do various demo techniques on Atari ST/STe, including busting all borders, "infinite sprites" and how to scroll the entire screen horizontally in 1/50th of a second. N.B. there is a bug in the code which means that the "includes" file MUST be in the root directory. Also a file is missing..
James Ingram
ATI Radeon double-buffering with xbios example
Source code demonstrating double buffering with ATI Radeon hardware accelerated functions. (works only on Falcon030,CT60,CTPCI with latest beta drivers, not yet available publicly).
Pawel Goralski
Atari STe FAQ
Some minor hints and notes on Atari STe coding
Paranoid / Paradox
Atari ST(e)/TT/Falcon030/CT60/CT63 memory map
Atari F030 + CT60 Hardware Register Listing V2.1 March 2009
List and description of hardware registers found in 16/32-bit Atari computers
Probably based on version 7.0 (FINAL REVISION) - 1/22/94 By Dan Hollis
CT60 parts (probably) updated by R.Czuba/D.Mequignon
Very important and up to date reference of Atari memory map. A must have for every Atari programmer. Title is little misguiding, because this memory map is used across all Atari models to maintain software compatibility (only some features are not present). For more details see Atari Compendium, Atari ST Internals or Profibuch ST-STE-TT.
Dan Hollis / R.Czuba / D.Mequignon
Atari Falcon 030 Developer documentation
From October 1992. Official Falcon 030 documentation, describes hardware, video and sound subsystems, DSP 56001 and specific api calls introduced with this model.
Atari Corp.
Atari Compendium (HYP format)
Definitive Atari 16/32 bit computers documentation (besides Profibuch). It's in english. Every subsystem found in Atari computers is well explained, some things are little outdated, about MiNT for example. It covers Falcon which is omitted in Profibuch. Package contains also system bindings for Lattice C and Pure C and example source codes from the book in txt files.
This version is in hyp format so you can view it on any Atari with ST-GUIDE accessory or HypView.
You can also view it online:
https://bus-error.nokturnal.pl/atari_compendium/html/toc.htm
Highly recommended!
Scott D. Sanders
A Hitchhikers guide to BIOS
Everything about Atari ST BIOS calls. Official documentation dated 1985.
Atari Corp.
A Hitchhiker's guide to bios v.1.1
Original Atari document from 1985 containing last updates from 5th March,1990. It is much more readable than original scan in these archives. Differences are marked with blue color.
Jean Luis Guerin