comparison tools/64vw.c @ 1837:cc4570c0bca5

Bump copyright and version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Jun 2018 17:02:47 +0300
parents 9bec535956fd
children 410679d2fe8a
comparison
equal deleted inserted replaced
1836:c4d7ca373ee2 1837:cc4570c0bca5
1 /* 1 /*
2 * 64vw - 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-2018 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 */
8 #include "dmlib.h" 8 #include "dmlib.h"
9 #include "dmargs.h" 9 #include "dmargs.h"
246 int ret; 246 int ret;
247 247
248 dmC64InitializeFormats(); 248 dmC64InitializeFormats();
249 dmSetScaleFactor(2.0); 249 dmSetScaleFactor(2.0);
250 250
251 dmInitProg("64vw", "Display some C64 bitmap graphics formats", "0.3", NULL, NULL); 251 dmInitProg("64vw", "Display some C64 bitmap graphics formats", "0.4", NULL, NULL);
252 252
253 // Parse arguments, round #1 253 // Parse arguments, round #1
254 if (!dmArgsProcess(argc, argv, optList, optListN, 254 if (!dmArgsProcess(argc, argv, optList, optListN,
255 argHandleOpt, argHandleFile1, OPTH_BAILOUT)) 255 argHandleOpt, argHandleFile1, OPTH_BAILOUT))
256 exit(1); 256 exit(1);