comparison tools/64vw.c @ 2515:a40de347fcb0

Make c64 formats listing (optionally) more verbose. Handle --help a bit differently in gfxconv.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 May 2020 20:06:24 +0300
parents bc05bcfc4598
children 5fcc9f7b8ad8
comparison
equal deleted inserted replaced
2514:bf1d671fc999 2515:a40de347fcb0
145 return FALSE; 145 return FALSE;
146 } 146 }
147 break; 147 break;
148 148
149 case 16: 149 case 16:
150 argShowC64Formats(stdout, FALSE); 150 argShowC64Formats(stdout, FALSE, TRUE);
151 exit(0); 151 exit(0);
152 break; 152 break;
153 153
154 case 20: 154 case 20:
155 // NOTICE! This fallthrough is intentional for -l option! 155 // NOTICE! This fallthrough is intentional for -l option!