peoplepc.cpp: keyboard info (#6352)

* peoplepc.cpp: keyboard info

* peoplepc.cpp: change comment style

* peoplepc.cpp: change comment style
This commit is contained in:
rfka01 2020-02-23 20:31:04 +01:00 committed by GitHub
parent cda4d98f14
commit e62869a5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,28 @@
// license:BSD-3-Clause
// copyright-holders:Carl
/*********************************************************************************************
The keyboard has a sticker that proclaims it was made by Fujitsu Limited.
[ASC] [ESC] [F1 ] [F2 ] [F3 ] [F4 ] [F5 ] [F6 ] [F7 ] [F8 ] [F9 ] [F10] [F11] [F11] [PRN]
[mu°] [1 !] [2 "] [3 §] [4 $] [5 %] [6 &] [7 /] [8 (] [9 )] [0 =] [ß ?] [´ `] [BKS] [ C ] [ 7 ] [ 8 ] [ 9 ] [<- ] [ ->]
[ TAB ] [ Q ] [ W ] [ E ] [ R ] [ T ] [ Z ] [ U ] [ I ] [ O ] [ P ] [ Ü ] [+ *] [ DEL ] [ 4 ] [ 5 ] [ 5 ] [ - ] [HOM]
[SHIFTLOCK] [ A ] [ S ] [ D ] [ F ] [ G ] [ H ] [ J ] [ K ] [ L ] [ Ö ] [ Ä ] [# '] [RET] [ 1 ] [ 2 ] [ 3 ] [RET] [UP ]
[SHIFT] [2 3] [ Y ] [ X ] [ C ] [ V ] [ B ] [ N ] [ M ] [, ;] [. :] [- _] [ Ü ] [URN] [ 0 ] [ . ] [URN] [DWN]
[ CTRL ] [ SPACE ]
* The ASC key top left has a red LED, "Depressing the ASCII key, [...], switches off the LED indicator. This key acts as a
toggle between the ASCII character set, and your country's standard (NATIONAL) character set. You would use this feature if
you wanted to work with another character set, such as French or Spanish."
* the mu° has the Greek lowercase mu and the degree characters
* PRN is PRINT
* BKS is the full word BACKSPACE
* the C to the right of BKS has a red keycap, it deletes the complete line
* the five direction keys are all marked with arrows, HOME being diagonally to the top left
* SHIFTLOCK also has an LED indicator, and is released by pressing one of the SHIFT keys
**********************************************************************************************/
#include "emu.h"
#include "cpu/i86/i86.h"
#include "imagedev/floppy.h"