mirror of
https://github.com/cc65/cc65.git
synced 2025-02-02 00:35:32 +00:00
Atari5200 joystick driver: enable POT input.
The "Atari800" emulator doesn't emulate this aspect, therefore the problem wasn't noticed before.
This commit is contained in:
parent
31461aaf02
commit
2d4210b309
@ -44,6 +44,8 @@
|
||||
;
|
||||
|
||||
INSTALL:
|
||||
lda #$04 ; enable POT input from the joystick ports, see section "GTIA" in
|
||||
sta CONSOL ; http://www.atarimuseum.com/videogames/consoles/5200/conv_to_5200.html
|
||||
lda #JOY_ERR_OK
|
||||
ldx #0
|
||||
; rts ; Run into UNINSTALL instead
|
||||
|
Loading…
x
Reference in New Issue
Block a user