diff options
Diffstat (limited to 'src/emu/machine/keyboard.c')
-rw-r--r-- | src/emu/machine/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/keyboard.c b/src/emu/machine/keyboard.c index 26d1c08f9c2..da65b30f7ea 100644 --- a/src/emu/machine/keyboard.c +++ b/src/emu/machine/keyboard.c @@ -1,7 +1,7 @@ /*************************************************************************** Generic ASCII Keyboard -Use MCFG_ASCII_KEYBOARD_ADD to attach as a generic ascii input device in +Use GENERIC_KEYBOARD to attach as a generic ascii input device in cases where either the driver isn't developed enough yet; or for testing; or for the case of a computer with an inbuilt (not serial) ascii keyboard. |