diff options
author | 2013-02-06 20:39:31 +0000 | |
---|---|---|
committer | 2013-02-06 20:39:31 +0000 | |
commit | 31257a208a36f85532a35789b0335e6520c543f5 (patch) | |
tree | db2aecefe62a21588fe97d5fd9b4eebf2046f8cb /src/mess/machine/microtan.c | |
parent | 871d4c7ac6dd7066e1f4cbc6303d92ce415c3a19 (diff) |
(MESS) Refactored all drivers to use the new MOS6551 and removed the old implementation. (nw)
Diffstat (limited to 'src/mess/machine/microtan.c')
-rw-r--r-- | src/mess/machine/microtan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/microtan.c b/src/mess/machine/microtan.c index d38c1919880..cf1cc127356 100644 --- a/src/mess/machine/microtan.c +++ b/src/mess/machine/microtan.c @@ -19,7 +19,7 @@ /* Components */ #include "cpu/m6502/m6502.h" #include "machine/6522via.h" -#include "machine/6551acia.h" +#include "machine/mos6551.h" #include "sound/ay8910.h" /* Devices */ |