De Re Atari written by
Chris Crawford in 1982 contains a detailed description of the advanced features of the
Atari 8-bit family of
home computers. Atari's own technical documentation only became available to the public some time later, so for a good deal of the time that the machine was popular developers on the platform turned to
De Re and
Mapping the Atari as crucial development aids.
After some basic introductory information, the book quickly gets "down to business". Individual chapters are devoted to making use of the features of the platform, which included
ANTIC and the
display list, "graphics indirection" in the form of color support in the
GTIA and customized
character sets,
player-missile graphics, using display list interrupts (the
VBI and
HBI), smooth scrolling and sound, including a discussion of "volume only sound" which offered higher-resolution volume control for digitized sample playback. Additional chapters covered utilities in the
operating system,
Atari DOS and
Atari BASIC.
How to make use of these features was often not obvious. For instance, Atari's sprite implementation, player-missile graphics, used a register to indicate the <math>X</math> position of sprite on the screen, but required the user to copy the sprite pattern up or down in memory to move it along the <math>Y</math> axis. Likewise, vertical smooth scrolling was quite simple, but horizontal scrolling required a custom display list that...
Read More