/atari-modef-logo

An example ANTIC mode F display with DLI.

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

atari-modef-logo

An example of ANTIC MODE F, with DLI changing on VCOUNT

screenshot

Converting PNG to MODE F bitmap.

The original picture is a 2 color indexed PNG, converted to 1bpp chunky pixel via ImageMagick:

convert atari-logo.png -depth 1 gray:output.raw

The result can be compiled with the MAD Assembler:

mads -o:logo.xex logo.s