summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ngen_kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ngen_kb.cpp')
-rw-r--r--src/mame/machine/ngen_kb.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/ngen_kb.cpp b/src/mame/machine/ngen_kb.cpp
index 960cc97f3c7..0d9532f1286 100644
--- a/src/mame/machine/ngen_kb.cpp
+++ b/src/mame/machine/ngen_kb.cpp
@@ -2,10 +2,10 @@
// copyright-holders:Barry Rodewald
// Convergent NGEN keyboard device
/*
- TODO: represent the real layout/scancodes for this keyboard. The
- current HLE just sends ASCII and hopes, with an additional 0xc0
- "last key up" code. We're also inheriting typematic behaviour from
- the serial keyboard which may not be desirable.
+ TODO: represent the real layout/scancodes for this keyboard. The
+ current HLE just sends ASCII and hopes, with an additional 0xc0
+ "last key up" code. We're also inheriting typematic behaviour from
+ the serial keyboard which may not be desirable.
*/
#include "ngen_kb.h"