diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-04-13 20:50:21 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-04-13 20:50:21 +0000 |
commit | 9f38e1350971ff491088e4c905c5043f8508af1b (patch) | |
tree | 0dc4f238ed50ceceb139540656b3f9b0ac565cae /test/sidtest.c | |
parent | 0b60bf1d23524dce48e069abba9f7e838d0d2721 (diff) |
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); |