diff options
Diffstat (limited to 'test/sidtest.c')
-rw-r--r-- | test/sidtest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sidtest.c b/test/sidtest.c index 7a843a9..183de5b 100644 --- a/test/sidtest.c +++ b/test/sidtest.c @@ -32,10 +32,10 @@ int main(int argc, char *argv[]) { char setsound[] = { - 4, 17, 24, 15, 5, 97, 6, 200, + 4, 17, 0, 128, 1, 127 }; @@ -47,6 +47,7 @@ int main(int argc, char *argv[]) int fd; int wrote; + int f; fd = open("/dev/hardsid0", O_RDWR); |