# HG changeset patch # User Matti Hamalainen # Date 1451163443 -7200 # Node ID 5ea07110f0cfce733767626eec772acf006cd123 # Parent c10c79c266d3c1500a751a7941212a7c68de1fcc Cosmetics. diff -r c10c79c266d3 -r 5ea07110f0cf sidinfo.c --- a/sidinfo.c Sat Dec 26 20:02:13 2015 +0200 +++ b/sidinfo.c Sat Dec 26 22:57:23 2015 +0200 @@ -125,7 +125,7 @@ n = 0; } } - + printf("Example: %s -x -p -f hash,copyright somesidfile.sid\n", th_prog_name); } @@ -277,7 +277,7 @@ PSF_CLOCK_NTSC = 0x0008, PSF_CLOCK_ANY = 0x000c, PSF_CLOCK_MASK = 0x000c, - + PSF_MODEL_UNKNOWN = 0x0000, // SID model (v2NG) PSF_MODEL_MOS6581 = 0x0010, PSF_MODEL_MOS8580 = 0x0020, @@ -382,7 +382,7 @@ THERR("Error reading song data, unexpectedly small file.\n"); goto error; } - + // Grab the actual load address psid->loadAddress = TH_LE16_TO_NATIVE(*(uint16_t *) fileData);