changeset 1768:582819d59b52

Amica Paint common format definition is same as Koala Paint, so use the Koala Paint definition.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jun 2018 13:36:00 +0300
parents b287ec82f734
children bf22cd877c13
files tools/lib64fmts.c
diffstat 1 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Tue Jun 12 13:34:36 2018 +0300
+++ b/tools/lib64fmts.c	Tue Jun 12 13:36:00 2018 +0300
@@ -854,12 +854,7 @@
             { DO_LAST     , 0              , 0     , 0,  0, NULL, NULL },
         },
 
-        { // #1: Amica Paint, Run Paint, etc. layout
-            { DO_COPY     , DS_BITMAP_RAM  , 0x0000, 0,  0, NULL, NULL },
-            { DO_COPY     , DS_SCREEN_RAM  , 0x1f40, 0,  0, NULL, NULL },
-            { DO_COPY     , DS_COLOR_RAM   , 0x2328, 0,  0, NULL, NULL },
-            { DO_SET_MEM  , DS_BGCOL       , 0x2710, 0,  0, NULL, NULL },
-            { DO_LAST     , 0              , 0     , 0,  0, NULL, NULL },
+        { // #1: UNUSED
         },
 
         { // #2: Art Studio etc. Hires
@@ -1181,7 +1176,7 @@
         fmtDecodeAmicaPaintPacked, fmtEncodeAmicaPaintPacked,
         NULL, NULL,
         NULL,
-        { }, &dmC64CommonFormatOps[1]
+        { }, &dmC64CommonFormatOps[0]
     },
 
     {
@@ -1192,7 +1187,7 @@
         NULL, NULL,
         NULL, NULL,
         NULL,
-        { }, &dmC64CommonFormatOps[1]
+        { }, &dmC64CommonFormatOps[0]
     },
 
     {
@@ -1203,7 +1198,7 @@
         NULL, NULL,
         NULL, NULL,
         NULL,
-        { }, &dmC64CommonFormatOps[1]
+        { }, &dmC64CommonFormatOps[0]
     },
 
     {