diff options
| author | 2014-11-26 10:37:58 +0100 | |
|---|---|---|
| committer | 2014-11-26 10:37:58 +0100 | |
| commit | ebeaa953a3a6ae98842b4a169bc95e5f3c673d8c (patch) | |
| tree | 41959790c00308fc3cac9c71176709f53683151d /src/mess/machine/x820kb.c | |
| parent | 18b8ce2f9467ae23672cea11f4a3fc5e42e24b9c (diff) | |
Cleanups and version bumpmame0156
Diffstat (limited to 'src/mess/machine/x820kb.c')
| -rw-r--r-- | src/mess/machine/x820kb.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mess/machine/x820kb.c b/src/mess/machine/x820kb.c index 0e89efc38f6..09ebd038dbc 100644 --- a/src/mess/machine/x820kb.c +++ b/src/mess/machine/x820kb.c @@ -36,10 +36,10 @@ Notes: /* - TODO: + TODO: - - repeat - - what are T0/T1/INT? + - repeat + - what are T0/T1/INT? */ @@ -307,16 +307,16 @@ WRITE8_MEMBER( xerox_820_keyboard_t::kb_p1_w ) { /* - bit description + bit description - 0 A0 - 1 A1 - 2 A2 - 3 A3 - 4 KBSTB - 5 - 6 - 7 ? (toggled if T1=0) + 0 A0 + 1 A1 + 2 A2 + 3 A3 + 4 KBSTB + 5 + 6 + 7 ? (toggled if T1=0) */ |
