1 |
|
/* |
2 |
|
* prefs.cpp - Preferences items |
3 |
|
* |
4 |
< |
* SIDPlayer (C) Copyright 1996-2003 Christian Bauer |
4 |
> |
* SIDPlayer (C) Copyright 1996-2004 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
48 |
|
{"siddev", TYPE_STRING, false, "Catweasel device name"}, |
49 |
|
{"speed", TYPE_INT32, false, "replay speed adjustment (percent)"}, |
50 |
|
{"outfile", TYPE_STRING, false, "write output to WAV file"}, |
51 |
< |
{"time", TYPE_INT32, false, "playing time in second when writing to file"}, |
51 |
> |
{"time", TYPE_INT32, false, "playing time in seconds when writing to file"}, |
52 |
|
{NULL, TYPE_END, false} // End of list |
53 |
|
}; |
54 |
|
|