From 347a42acc76852bfed5c7a9a932484726586e5bb Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Mon, 30 Dec 2019 15:06:48 +0100 Subject: [PATCH] Test MSX .SC2 (loading) --- src/tests/testformats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/testformats.c b/src/tests/testformats.c index fe1445fa..11df96f9 100644 --- a/src/tests/testformats.c +++ b/src/tests/testformats.c @@ -80,6 +80,7 @@ static const struct { TESTFMTF(GOS, "cpc/iMPdraw_GFX/SONIC.GO1", FLAG_CPCO) TESTFMTL(MOTO,"thomson/exocet-alientis.map") // Format with limitations TESTFMTL(HGR, "apple2/hgr/pop-swordfight.hgr") // Format with limitations + TESTFMTL(MSX, "msx/GAN1.SC2") TESTFMTL(ACBM, "iff/ACBM/Jupiter_alt.pic") TESTFMT(LBM, "iff/Danny_SkyTravellers_ANNO.iff") TESTFMT(PBM, "iff/pbm/FC.LBM")