Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcdc!jafo From: jafo@hpfcdc.HP.COM (Sean Reifschneider) Newsgroups: comp.sys.amiga.tech Subject: Re: Disabling the Low Pass Audio Filter on A500/2000s Message-ID: <11640023@hpfcdc.HP.COM> Date: 12 Jun 89 06:06:14 GMT References: <5213@charon.unm.edu> Organization: HP Ft. Collins, Co. Lines: 20 >Can anyone suggest a method to disable the Low Pass Audio Filter >on an Amiga 2000 through hardware? I do have the PD program to I do have this program... main() { int i; for (i = 0; i < 10; i++) { *((char *) 0xbfe001) ^= 2; /* this toggles the light */ Delay(30L); } } I wrote and ran this program in Manx 3.6a. I don't see why it wouldn't work with Lattice, though. Sean