summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-04-13 20:50:21 +0000
committerIan C <ianc@noddybox.co.uk>2020-04-13 20:50:21 +0000
commit9f38e1350971ff491088e4c905c5043f8508af1b (patch)
tree0dc4f238ed50ceceb139540656b3f9b0ac565cae /test
parent0b60bf1d23524dce48e069abba9f7e838d0d2721 (diff)
Some updates. Still not working.HEADmaster
Diffstat (limited to 'test')
-rw-r--r--test/sidtest.c3
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);