comparison tools/64vw.c @ 1667:7f74073813c6

Display number of supported C64 image formats in --formats list of 64vw and gfxconv.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 May 2018 21:10:57 +0300
parents 94d45136a6fd
children a0986cfd6f9d
comparison
equal deleted inserted replaced
1666:94d45136a6fd 1667:7f74073813c6
60 printf("%-6s| %-15s | %s\n", 60 printf("%-6s| %-15s | %s\n",
61 fmt->fext, 61 fmt->fext,
62 dmC64GetImageTypeString(buf, sizeof(buf), fmt->type, FALSE), 62 dmC64GetImageTypeString(buf, sizeof(buf), fmt->type, FALSE),
63 fmt->name); 63 fmt->name);
64 } 64 }
65 printf("%d formats supported.\n", ndmC64ImageFormats);
65 } 66 }
66 67
67 68
68 void argShowHelp() 69 void argShowHelp()
69 { 70 {