Previous 199869 Revisions Next

r33818 Thursday 11th December, 2014 at 10:21:06 UTC by Jonathan Gevaryahu
(MESS) Victor 9000 Keyboard: Add the keyboard matrix table. [Lord Nightmare]
[src/mess/machine]victor9kb.c

trunk/src/mess/machine/victor9kb.c
r242329r242330
294294   Note that the five unused key contacts:
295295   S09, S47, S67, S77 and S104
296296   may be used on international variants of the Victor 9000/Sirius 1 Keyboard.
297   
297
298Keyboard Matrix
299---------------
300Row select
301|         Columns
302|         0   1   2   3   4   5   6   7
303V         V   V   V   V   V   V   V   V
304Y0        12  13  33  34  54  55  75  76
305Y1        14  15  35  36  56  57  77  78
306Y2        16  17  37  38  58  59  79  80
307Y3        18  19  39  40  60  61  81  82
308Y4        20  21  41  42  62  63  83  84
309Y5        22  23  43  44  64  65  85  86
310Y6        24  25  45  46  66  67  87  88
311Y7        26  27  47  48  68  69  89  90
312Y8        28  29  49  50  70  71  91  92
313Y9        30  31  51  52  72  73  93  94
314Y10       32  11  53  10  74  09  07  06
315Y11       104 103 102 101 100 99  98  97
316/3Y       05  04  03  02  01  08  95  96
317
298318*/
299319
300320#include "victor9kb.h"


Previous 199869 Revisions Next


© 1997-2024 The MAME Team