summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/microtan.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-02-06 20:39:31 +0000
committer Curt Coder <curtcoder@mail.com>2013-02-06 20:39:31 +0000
commit31257a208a36f85532a35789b0335e6520c543f5 (patch)
treedb2aecefe62a21588fe97d5fd9b4eebf2046f8cb /src/mess/machine/microtan.c
parent871d4c7ac6dd7066e1f4cbc6303d92ce415c3a19 (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.c2
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 */