Add CPCDSK images generated using z88dk.

This commit is contained in:
2021-05-28 15:17:24 +01:00
parent 28b0a7c154
commit 24d0f7682f

View File

@@ -145,6 +145,30 @@ namespace Aaru.Tests.Images
Sectors = 360,
SectorSize = 512,
MD5 = "ad43345ac469844465da6d73369cc6b1"
},
new BlockImageTestExpected
{
TestFile = "z88dk_cpc.dsk.lz",
MediaType = MediaType.CompactFloppy,
Sectors = 360,
SectorSize = 512,
MD5 = "AAAAAA"
},
new BlockImageTestExpected
{
TestFile = "z88dk_pcw40.dsk.lz",
MediaType = MediaType.CompactFloppy,
Sectors = 360,
SectorSize = 512,
MD5 = "AAAAAA"
},
new BlockImageTestExpected
{
TestFile = "z88dk_pcw80.dsk.lz",
MediaType = MediaType.CompactFloppy,
Sectors = 360,
SectorSize = 512,
MD5 = "AAAAAA"
}
};
}