This commit is contained in:
coliss86 2023-11-12 23:35:46 +01:00
parent 60974836ac
commit 04f6e5380c
1 changed files with 12 additions and 12 deletions

View File

@ -8,18 +8,18 @@ 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)
- [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)
- [Wii Nunchuck and Classic Controller (and maybe Pro, not tested): RetroJoystickAdapter_WiiExtension.ino (3.3V!)](RetroJoystickAdapter_WiiExtension.ino)
- [X-Arcade (X-Arcade/x-arcade.ino) ²](X-Arcade)
- [AT and PS/2 Keyboard to 4 joysticks: Keyboard_PS2/RetroJoystickAdapter_PS2-keyboard.ino](Keyboard_PS2)
- [Soarer's programmable AT and PS/2 adapter (works with X-arcade too): PS2_Soarer_Converter/](PS2_Soarer_Converter)
- [Nintendo Entertainment System controllers (NES): RetroJoystickAdapter.ino \* ²](RetroJoystickAdapter.ino)
- [Super Nintendo controllers (SNES): RetroJoystickAdapter.ino \* ²](RetroJoystickAdapter.ino)
- [Simple one joystick two button Atari-joystick adapter made with Atmel Studio (should be very compatible): C64_joystick_atmelstudio/](C64_joystick_atmelstudio)
- [C64 keyboard adapter for BMC64 made with Soarer's keyboard controller firmware: C64_keyboard/](C64_keyboard)
- 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)
- 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)
- Soarer's programmable AT and PS/2 adapter (works with X-arcade too): [PS2_Soarer_Converter](PS2_Soarer_Converter)
- Nintendo Entertainment System controllers (NES)\* ²: [RetroJoystickAdapter.ino](RetroJoystickAdapter.ino)
- Super Nintendo controllers (SNES) \* ²: [RetroJoystickAdapter.ino](RetroJoystickAdapter.ino)
- Simple one joystick two button Atari-joystick adapter made with Atmel Studio (should be very compatible): [hardware](C64_joystick_atmelstudio)
- C64 keyboard adapter for BMC64 made with Soarer's keyboard controller firmware: [hardware](C64_keyboard)
- (old, don't use: Atari-joysticks (supports Sega Master System controller with 2-fire buttons) (ATARI) \* ²)
- (old, don't use: Sony Playstation 1/2 controllers (doesn't support Dualshock or analog features) (PSX) \* ²)