1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-21 08:35:05 -05:00

Update README.md

This commit is contained in:
Jarno Lehtinen 2024-08-30 11:17:42 +03:00 committed by GitHub
parent b27f6d2f18
commit 811b3a6f61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,5 +170,33 @@ endblock
# lowerbuttons: ;(¨)(5B="]"),6 # lowerbuttons: ;(¨)(5B="]"),6
``` ```
## X-Arcade BMC64 emulator ## X-Arcade BMC64 emulator
- xarcade_bmc64.txt - xarcade_bmc64.txt
## IBM model F XT
Colors: https://geekhack.org/index.php?topic=17458.msg616598#msg616598
```
Brown = Vcc
Red = Ground
White = Data
Black = Clock
```
Soarer_Converter_v1.12_docs/docs/hardware.html/hardware.html
```
GND GND
Vcc/+5V VCC
Data PD0
Clock PD1
```
Conlusion:
```
Brown = Vcc (5) -> VCC
Red = Ground (4) -> GND
White = Data (2) -> PD0 (Pro Micro: 3)
Black = Clock (1) -> PD1 (Pro Micro: 2)
```