comparison tools/64vw.c @ 1437:0d5295a5af57

Also do some renaming in here ..
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Dec 2017 02:03:00 +0200
parents e6fbefa96899
children df6dacb48970
comparison
equal deleted inserted replaced
1436:8e1d86836efb 1437:0d5295a5af57
1 /* 1 /*
2 * view64 - Display some C64 etc graphics formats via libSDL 2 * 64vw - Display some C64 etc graphics formats via libSDL
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2012 Tecnic Software productions (TNSP) 4 * (C) Copyright 2012 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
253 size_t currIndex, prevIndex; 253 size_t currIndex, prevIndex;
254 int ret; 254 int ret;
255 255
256 dmSetScaleFactor(2.0); 256 dmSetScaleFactor(2.0);
257 257
258 dmInitProg("view64", "Display some C64 bitmap graphics formats", "0.2", NULL, NULL); 258 dmInitProg("64vw", "Display some C64 bitmap graphics formats", "0.2", NULL, NULL);
259 259
260 // Parse arguments, round #1 260 // Parse arguments, round #1
261 if (!dmArgsProcess(argc, argv, optList, optListN, 261 if (!dmArgsProcess(argc, argv, optList, optListN,
262 argHandleOpt, argHandleFile1, OPTH_BAILOUT)) 262 argHandleOpt, argHandleFile1, OPTH_BAILOUT))
263 exit(1); 263 exit(1);