Path: utzoo!attcan!uunet!husc6!ukma!rutgers!ucsd!sdcc6!sdcc10!cs161agc From: cs161agc@sdcc10.ucsd.EDU (John Schultz) Newsgroups: comp.sys.amiga.tech Subject: Re: Proportional joysticks Keywords: interrupt handler Message-ID: <6@sdcc10.ucsd.EDU> Date: 6 Nov 88 03:03:27 GMT References: <3086@amiga.UUCP> Reply-To: cs161agc@sdcc10.ucsd.edu.UUCP (John Schultz) Organization: University of California, San Diego Lines: 10 I just put the necessary code in my vblank server and presto (just read potx, poty then write potgo). Works fine, but what we need now are analog joysticks with either an adapter or correct value pots (~ 1 meg) With 470k ohm pots and following the Hardware Manual docs, we can only generate values from 0..49; 1 meg pots bring this range up to 0..255. Is this an error in the Hardware Manual or are we doing something wrong? John