From 72d93bb509f7ba670c27850f58fe10ce09844a93 Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 16 Apr 2014 07:53:39 +0000 Subject: 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] --- src/mess/machine/x68k_kbd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mess/machine/x68k_kbd.h') 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: -- cgit v1.2.3-70-g09d2