diff options
author | 2014-02-15 01:29:27 +0000 | |
---|---|---|
committer | 2014-02-15 01:29:27 +0000 | |
commit | b37d92de7246ff7da31a235b996e89db6f8c8d22 (patch) | |
tree | 616a8439278f4ff3331b677c9b841ed71657290a /src/emu/bus/vic20/vic1011.h | |
parent | 88bc8a4673a710bdcdd2640f39b3b33bc2b76ab0 (diff) |
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
Diffstat (limited to 'src/emu/bus/vic20/vic1011.h')
-rw-r--r-- | src/emu/bus/vic20/vic1011.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/bus/vic20/vic1011.h b/src/emu/bus/vic20/vic1011.h index 90e149560d9..10c2963b75d 100644 --- a/src/emu/bus/vic20/vic1011.h +++ b/src/emu/bus/vic20/vic1011.h @@ -14,9 +14,8 @@ #ifndef __VIC1011__ #define __VIC1011__ -#include "emu.h" #include "user.h" -#include "machine/serial.h" +#include "bus/rs232/rs232.h" |