diff options
Diffstat (limited to 'src/devices/machine/keyboard.cpp')
-rw-r--r-- | src/devices/machine/keyboard.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/machine/keyboard.cpp b/src/devices/machine/keyboard.cpp index eacd6786689..eac7263c82c 100644 --- a/src/devices/machine/keyboard.cpp +++ b/src/devices/machine/keyboard.cpp @@ -22,6 +22,10 @@ void xxx_state::kbd_put(u8 data) (if your machine uses function keys, add your conversion code here) } +In a device, at the top of the device's .cpp file in the appropriate spot: + +#include "machine/keyboard.ipp" + ***************************************************************************/ #include "emu.h" |