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:
@@ -44,6 +44,8 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
INSTALL:
|
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
|
lda #JOY_ERR_OK
|
||||||
ldx #0
|
ldx #0
|
||||||
; rts ; Run into UNINSTALL instead
|
; rts ; Run into UNINSTALL instead
|
||||||
|
|||||||
Reference in New Issue
Block a user