Fix typo in Master System image.

This commit is contained in:
2021-12-16 03:37:57 +00:00
parent 59a150b26a
commit 0d78618d49

View File

@@ -286,7 +286,7 @@ public class MasterSystem : IByteAddressableImage
return ErrorNumber.InvalidArgument;
}
if(mediaType != MediaType.GameBoyGamePak)
if(mediaType != MediaType.MasterSystemCartridge)
{
ErrorMessage = $"Unsupported media format {mediaType}";