[comp.sys.amiga] C source for toggling audio filter on A500&A2000

karl@sugar.UUCP (Karl Lehenbauer) (12/27/87)

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 <stdio.h>

#define PORTADR 0xbfe001

unsigned char *port = PORTADR;

main()
{
	*port ^= 2;
}
-------- cut here ---------
-- 
..!uunet!nuchat!sugar!karl, Unix BBS (713) 933-2440