diff --git a/main b/main index 7af7bad..6b71bae 100755 Binary files a/main and b/main differ diff --git a/main.c b/main.c index 7d96a78..5f9ea6c 100644 --- a/main.c +++ b/main.c @@ -169,11 +169,6 @@ int setup(void) { if (NULL == (TimerIO = (struct timerequest *)CreateExtIO(timerPort, sizeof(struct timerequest)))) { return 0; } - // OpenDevice returns an error code on failure, 0 on success, like a Unix command - // Give OpenDevice the thing we will use to communicate with the timer device - if (0 != (OpenDevice(TIMERNAME, UNIT_MICROHZ, (struct IORequest *)TimerIO, 0L))) { - return 0; - } if (NULL == (DataTypesBase = OpenLibrary("datatypes.library", 40))) { // this is ok, we just won't play sound