]> git.sur5r.net Git - cc65/commit
Add more register #defines to ANTIC header file
authorBill Kendrick <nbs@sonic.net>
Sun, 13 Jan 2019 08:31:31 +0000 (00:31 -0800)
committerGitHub <noreply@github.com>
Sun, 13 Jan 2019 08:31:31 +0000 (00:31 -0800)
commitab31b3edfebf5f54af71b4050bfc9cdae50b797f
tree888d27ed7ea1d2a26a4734dfcb027e6b6bbec229
parenta6b04f6e97b59ca0ad1cc98dbd91ad600c0414a8
Add more register #defines to ANTIC header file

 * DMACTL - playfield size, DMA access, PMG resolution
 * CHACTL - inverted text, inverse effects
 * NMIEN

Also, added #define equivalents for Display List mode line instructions
based on Atari 8-bit OS (aka Atari BASIC "GRAPHICS" command) values
(e.g., "DL_GRAPHICS0" == "DL_CHR40x8x1").

Added some more documentation in the comments.

Added macros with assembly language for the start/end of Display List
Interrupt (DLI) functions.
include/_antic.h