diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-03-10 17:16:17 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-04-18 13:10:26 +0200 |
commit | d7181e567d1629c387b834da7eecdf618d14718e (patch) | |
tree | 74cc345854599e042e93573f3bfe89d835baa186 /miext/shadow/Makefile.am | |
parent | 3f7506b0fca72b2462b85bc4f613de809ae95859 (diff) |
Shadow: Add support for Atari iplan2p8
Add support for Atari-style interleaved bitplanes, with 2 bytes interleave
and 8 bits per pixel.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'miext/shadow/Makefile.am')
-rw-r--r-- | miext/shadow/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am index adb10bfd4..882463e58 100644 --- a/miext/shadow/Makefile.am +++ b/miext/shadow/Makefile.am @@ -11,6 +11,7 @@ libshadow_la_SOURCES = \ shadow.h \ shalloc.c \ shiplan2p4.c \ + shiplan2p8.c \ shpacked.c \ shplanar8.c \ shplanar.c \ |