69 |
|
} |
70 |
|
atexit(quit); |
71 |
|
InitAll(argc, argv); |
72 |
+ |
int32 speed = PrefsFindInt32("speed"); |
73 |
|
|
74 |
|
// Parse non-option arguments |
75 |
|
const char *file_name = NULL; |
101 |
|
if (song > number_of_songs) |
102 |
|
song = number_of_songs; |
103 |
|
SelectSong(song - 1); |
103 |
– |
SIDAdjustSpeed(PrefsFindInt32("speed")); // SelectSong resets this to 100% |
104 |
|
} |
105 |
|
|
106 |
+ |
SIDAdjustSpeed(speed); // SelectSong and LoadPSIDFile() reset this to 100% |
107 |
+ |
|
108 |
|
// Print file information |
109 |
|
printf("Module Name: %s\n", module_name); |
110 |
|
printf("Author : %s\n", author_name); |