1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-13 19:29:34 +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:
Christian Groessler 2018-08-24 17:04:31 +02:00
parent 31461aaf02
commit 2d4210b309

View File

@ -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