From 881b93687d6d26a1a2cad95b4bc8d0d07c02007c Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 7 Jun 2018 17:29:13 +0900 Subject: [PATCH] pc98_usb: Update README --- converter/pc98_usb/README | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/converter/pc98_usb/README b/converter/pc98_usb/README index c9bdf3d8..3fc0a4b9 100644 --- a/converter/pc98_usb/README +++ b/converter/pc98_usb/README @@ -1,6 +1,6 @@ PC98 to USB keyboard protocol converter ======================================= -Target MCU is ATMega32u4 but other USB capable AVR will also work. +Target MCU is ATMega32u2 but other USB capable AVR will also work. Connector @@ -12,7 +12,7 @@ Connector / 8 7 6 \ | 5 4 3 | \_ 2 1 _/ - \_____/ + \_____/ (receptacle) @@ -25,8 +25,8 @@ Wiring: You can change this with editing config.h. 3 ~RDY PD4 4 RXD PD2 5 ~RTY PD5 - 6 NC - 7 NC + 6 NC + 7 NC 8 5V VCC @@ -59,9 +59,31 @@ PC98 to PS/2 http://www.tsp.ne.jp/~sawada/mago/c_gka98at.htm http://www.tsp.ne.jp/~sawada/mago/src/gka98at.asm +scan code: +http://ixsvr.dyndns.org/usb2pc98 + +NEC PC-9801-98-S02 - raku raku keyboard: +https://deskthority.net/photos-f62/nec-pc-9801-98-s02-t5212.html + + + PC98 keyboard commands +---------------------- http://www.webtech.co.jp/company/doc/undocumented_mem/io_kb.txt +response from keyboard: + FAh: ACK + FCh: NACK Inhibit repeating key: -0x9C, 0x70 + 0x9C, 0x70 + +LED control: + 9Dh 7xh + + second byte: + 0111 xxxx + |||`- NumLock + ||`-- ? + |`--- CapsLock + `---- Kana -- 2.45.2