add test for packed CPC SCR

This commit is contained in:
Thomas Bernard 2020-12-13 19:15:42 +01:00
parent 10ebb6da7c
commit 6f94186caf
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

View File

@ -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)