[atari7800] Re: Second fire button??
- From: debrodennis@xxxxxxxxxxx
- To: atari7800@xxxxxxxxxxxxx
- Date: Thu, 29 Jul 2004 19:23:06 +0000
Hi there,
> How do you know the second fire button is pressed?
I found it in the Desert Falcon code that Curt supplied :-)
For others that might not know they are...
INPT4R EQU $08 ;PLAYER 0, RIGHT BUTTON (PADDLE INPUT)
INPT4L EQU $09 ;PLAYER 0, LEFT BUTTON (PADDLE INPUT)
INPT5R EQU $0A ;PLAYER 1, RIGHT BUTTON (PADDLE INPUT)
INPT5L EQU $0B ;PLAYER 1, LEFT BUTTON (PADDLE INPUT)
Take care,
Dennis
- Follow-Ups:
- [atari7800] Re: Second fire button??
- From: Mitchell Orman
Other related posts:
- » [atari7800] Second fire button??
- » [atari7800] Re: Second fire button??
- » [atari7800] Re: Second fire button??
- » [atari7800] Re: Second fire button??
- » [atari7800] Re: Second fire button??
- [atari7800] Re: Second fire button??
- From: Mitchell Orman