Update C64_joystick.sc

This commit is contained in:
Jarno Lehtinen 2019-08-07 00:55:33 +03:00 committed by GitHub
parent 11c8e7eadf
commit 33e01c4718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -5,17 +5,17 @@ matrix
debounce 5
blocking 1
# Joystick 1
unstrobed -PD1 PAD_8 #pin2
unstrobed -PD0 PAD_2 #pin3
unstrobed -PD4 PAD_4 #pin4
unstrobed -PC6 PAD_6 #pin5
unstrobed -PD7 PAD_0 #pin6
# Joystick 1 (Joystick GND to Arduino GND)
unstrobed -PD1 PAD_8 #pin_2
unstrobed -PD0 PAD_2 #pin_3
unstrobed -PD4 PAD_4 #pin_4
unstrobed -PC6 PAD_6 #pin_5
unstrobed -PD7 PAD_0 #pin_6
# Joystick 2
unstrobed -PF4 PAD_SLASH #pinA3
unstrobed -PF5 PAD_ASTERIX #pinA2
unstrobed -PF6 PAD_MINUS #pinA1
unstrobed -PF7 PAD_PLUS #pinA0
unstrobed -PB1 SCROLL_LOCK #pin15
end
# Joystick 2 (Joystick GND to Arduino GND)
unstrobed -PF4 PAD_SLASH #pin_A3
unstrobed -PF5 PAD_ASTERIX #pin_A2
unstrobed -PF6 PAD_MINUS #pin_A1
unstrobed -PF7 PAD_PLUS #pin_A0
unstrobed -PB1 SCROLL_LOCK #pin_15
end