From 6f94186caf04db03fc5f33bc4e2da6110820deab Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 13 Dec 2020 19:15:42 +0100 Subject: [PATCH] add test for packed CPC SCR --- src/tests/testformats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/testformats.c b/src/tests/testformats.c index f51b3392..a42a03a5 100644 --- a/src/tests/testformats.c +++ b/src/tests/testformats.c @@ -79,6 +79,7 @@ static const struct { TESTFMTF(PRG, "c64/multicolor/speedball2_loading_jonegg.prg", FLAG_C64) TESTFMTL(GPX, "c64/pixcen/Cyberbird.gpx") TESTFMTF(SCR, "cpc/scr/DANCEOFF.SCR", FLAG_CPCO) + TESTFMTL(SCR, "cpc/scr/packed/CAPTAINA.SCR") // Packed file TESTFMTL(CM5, "cpc/mode5/spidey.cm5") // Format with limitations TESTFMTL(PPH, "cpc/pph/BF.PPH") // Format with limitations TESTFMTF(GOS, "cpc/iMPdraw_GFX/SONIC.GO1", FLAG_CPCO)