home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / 8bit / 5747 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  939 b 

  1. Path: sparky!uunet!portal!cup.portal.com!Rick_Michael_Cortese
  2. From: Rick_Michael_Cortese@cup.portal.com
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Re: Looking for source code from Analog
  5. Message-ID: <72698@cup.portal.com>
  6. Date: Thu, 31 Dec 92 09:58:35 PST
  7. Organization: The Portal System (TM)
  8. References:  <1992Dec30.065433.23008@mtu.edu>
  9. Lines: 9
  10.  
  11. Yes! Other then simple stuff like right margin, I'd like another
  12. VBI vector. Since the XL series only have 2 joysticks, they currently
  13. read the first 4 pots, then copy those values into the next 4 pot regs.
  14. I would like that to be replaced with start-up code that puts an RTS
  15. some where in RAM, then jumps to it rather then copy the pot values.
  16. That way, all you would have to do is put your continuation code after
  17. the RTS, a JMP <ROUTINE> or actual routine, then just store a NOP where
  18. the RTS used to be. Your routine would then run every VBI & would be
  19. simplier then the current process.
  20.