1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-16 06:05:03 -05:00
This commit is contained in:
coliss86 2023-11-12 23:36:39 +01:00
parent 04f6e5380c
commit 724b9b569e

View File

@ -8,10 +8,10 @@ ATmega32u4 can be easily changed to act as keyboard and/or mouse too. With keybo
### Supported controllers
- Atari-joysticks (supports controllers with 2-fire buttons): [RetroJoystickAdapter_Atari.ino ²](RetroJoystickAdapter_Atari.ino), [hardware](atari)
- Sega Genesis / Megadrive controllers (3 and 6-button versions): [RetroJoystickAdapter_Megadrive.ino ²](RetroJoystickAdapter_Megadrive.ino), [hardware](megadrive)
- Atari-joysticks (supports controllers with 2-fire buttons) ²: [RetroJoystickAdapter_Atari.ino](RetroJoystickAdapter_Atari.ino), [hardware](atari)
- Sega Genesis / Megadrive controllers (3 and 6-button versions) ²: [RetroJoystickAdapter_Megadrive.ino](RetroJoystickAdapter_Megadrive.ino), [hardware](megadrive)
- Sony Playstation with Analog and Multitap 4 controllers support: [RetroJoystickAdapter_Playstation.ino](RetroJoystickAdapter_Playstation.ino), [hardware](playstation)
- Nintendo 64 controller (⚠️ 3.3V!)\*: [RetroJoystickAdapter_N64.ino](RetroJoystickAdapter_N64.ino)
- Nintendo 64 controller\* (⚠️ 3.3V!): [RetroJoystickAdapter_N64.ino](RetroJoystickAdapter_N64.ino)
- Wii Nunchuck and Classic Controller (and maybe Pro, not tested): [RetroJoystickAdapter_WiiExtension.ino (3.3V!)](RetroJoystickAdapter_WiiExtension.ino)
- X-Arcade ²: [hardware](X-Arcade)
- AT and PS/2 Keyboard to 4 joysticks: [hardware](Keyboard_PS2)