From 9f38e1350971ff491088e4c905c5043f8508af1b Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 13 Apr 2020 20:50:21 +0000 Subject: Some updates. Still not working. --- test/sidtest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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); -- cgit v1.2.3