diff options
author | 2014-04-16 07:53:39 +0000 | |
---|---|---|
committer | 2014-04-16 07:53:39 +0000 | |
commit | 72d93bb509f7ba670c27850f58fe10ce09844a93 (patch) | |
tree | 37a23297e60928c97d312f4fedc800582b5cb98f /src/emu/bus/a2bus/a2pic.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/emu/bus/a2bus/a2pic.h')
-rw-r--r-- | src/emu/bus/a2bus/a2pic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/a2bus/a2pic.h b/src/emu/bus/a2bus/a2pic.h index 291452404be..b8813a55ce9 100644 --- a/src/emu/bus/a2bus/a2pic.h +++ b/src/emu/bus/a2bus/a2pic.h @@ -11,7 +11,6 @@ #include "a2bus.h" #include "bus/centronics/ctronics.h" -#include "bus/centronics/image.h" //************************************************************************** // TYPE DEFINITIONS |