From e62869a5f9759db4b643c7dc4d87da73eed73ea8 Mon Sep 17 00:00:00 2001 From: rfka01 Date: Sun, 23 Feb 2020 20:31:04 +0100 Subject: peoplepc.cpp: keyboard info (#6352) * peoplepc.cpp: keyboard info * peoplepc.cpp: change comment style * peoplepc.cpp: change comment style --- src/mame/drivers/peoplepc.cpp | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'src/mame/drivers') diff --git a/src/mame/drivers/peoplepc.cpp b/src/mame/drivers/peoplepc.cpp index a8fae02f078..54ee5a62d04 100644 --- a/src/mame/drivers/peoplepc.cpp +++ b/src/mame/drivers/peoplepc.cpp @@ -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" -- cgit v1.2.3