diff options
author | 2014-04-16 07:53:39 +0000 | |
---|---|---|
committer | 2014-04-16 07:53:39 +0000 | |
commit | 72d93bb509f7ba670c27850f58fe10ce09844a93 (patch) | |
tree | 37a23297e60928c97d312f4fedc800582b5cb98f /src/mess/machine/x68k_kbd.h | |
parent | 0bd507725175d4694f4e201ebf573e6f28703aae (diff) |
Added serial printer, renamed centronics printer to match. Standardised the configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
Diffstat (limited to 'src/mess/machine/x68k_kbd.h')
-rw-r--r-- | src/mess/machine/x68k_kbd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mess/machine/x68k_kbd.h b/src/mess/machine/x68k_kbd.h index 81917fba18b..fb47f920487 100644 --- a/src/mess/machine/x68k_kbd.h +++ b/src/mess/machine/x68k_kbd.h @@ -1,13 +1,8 @@ #ifndef X68K_KBD_H_ #define X68K_KBD_H_ -#include "emu.h" #include "bus/rs232/keyboard.h" -#define MCFG_X68K_KEYBOARD_ADD(_tag, _intrf) \ - MCFG_DEVICE_ADD(_tag, X68K_KEYBOARD, 1200) \ - MCFG_DEVICE_CONFIG(_intrf) - class x68k_keyboard_device : public serial_keyboard_device { public: |