From 811b3a6f619064d714bf5cf4b1365a1e01a58b2d Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Fri, 30 Aug 2024 11:17:42 +0300 Subject: [PATCH] Update README.md --- PS2_Soarer_Converter/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/PS2_Soarer_Converter/README.md b/PS2_Soarer_Converter/README.md index 17e15e1..f9c5098 100644 --- a/PS2_Soarer_Converter/README.md +++ b/PS2_Soarer_Converter/README.md @@ -170,5 +170,33 @@ endblock # lowerbuttons: ;(ยจ)(5B="]"),6 ``` + ## X-Arcade BMC64 emulator - 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) +``` +