changeset 2377:d8889ff223b6

UPETSCII is actually old version of Marq's PETSCII editor.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 13:00:00 +0200
parents b4e9ecfad55b
children 5ea616925849
files tools/lib64fmts.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed Jan 08 12:33:17 2020 +0200
+++ b/tools/lib64fmts.c	Wed Jan 08 13:00:00 2020 +0200
@@ -235,7 +235,7 @@
 }
 
 
-static int fmtDecodeUPETSCIIData(const DMC64EncDecOp *op, DMC64Image *img,
+static int fmtDecodeMarqOldData(const DMC64EncDecOp *op, DMC64Image *img,
     const DMGrowBuf *buf, const DMC64ImageCommonFormat *fmt)
 {
     (void) op;
@@ -2774,7 +2774,7 @@
     },
 
     {
-        "upet", "Unknown PETSCII editor (unpacked)", 0x0801, 2499, DM_FMT_RD,
+        "mqpo", "Marq's PETSCII editor (old format) (unpacked)", 0x0801, 2499, DM_FMT_RD,
         NULL,
         NULL, NULL,
         {
@@ -2790,7 +2790,7 @@
 
                 { DO_SET_MEM_LO , DS_D020        , 0x01a9, 0,  0,   0, NULL, NULL, DF_NORMAL },
                 { DO_SET_MEM_LO , DS_BGCOL       , 0x01aa, 0,  0,   0, NULL, NULL, DF_NORMAL },
-                { DO_FUNC       , 0              , 0     , 0,  0,   0, fmtDecodeUPETSCIIData, NULL, DF_NORMAL },
+                { DO_FUNC       , 0              , 0     , 0,  0,   0, fmtDecodeMarqOldData, NULL, DF_NORMAL },
 
                 { DO_LAST       , 0              , 0     , 0,  0,   0, NULL, NULL, DF_NORMAL },
             }