Path: utzoo!mnetor!uunet!nuchat!sugar!karl From: karl@sugar.UUCP (Karl Lehenbauer) Newsgroups: comp.sys.amiga Subject: C source for toggling audio filter on A500&A2000 Message-ID: <1316@sugar.UUCP> Date: 27 Dec 87 01:38:11 GMT Organization: Sugar Land UNIX - Houston, TX Lines: 18 Here is a little wimpy C program that will toggle the audio filter on the A500 and A2000. It has only been tested under Aztec 3.4 with an A2K. ------- cut here ----------- hahahahahahahahaha ------------------ /* toggle the audio filter on Amiga 500s and 2000s */ #include #define PORTADR 0xbfe001 unsigned char *port = PORTADR; main() { *port ^= 2; } -------- cut here --------- -- ..!uunet!nuchat!sugar!karl, Unix BBS (713) 933-2440