Made the AES Lanier reader work again.

This commit is contained in:
David Given
2019-12-01 08:35:25 +01:00
parent ebcb9c4bb0
commit aea254fbe7

View File

@@ -12,11 +12,6 @@
static FlagGroup flags { &readerFlags };
static StringFlag outputFilename(
{ "--output", "-o" },
"The output image file to write to.",
"aeslanier.img");
int mainReadAESLanier(int argc, const char* argv[])
{
setReaderDefaultSource(":t=0-79:s=0");