summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc10.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-05-26 16:31:56 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-05-26 17:08:54 -0400
commitd1fb75b2e7f6e5fb24d9df97e8fe6c7aec1e6b30 (patch)
treeaef650646fd36f40956b4e2fcfa8fda51f4bd2cd /src/mame/drivers/mc10.cpp
parent2b7d87317bca96353a23e7b178c92fed432b30af (diff)
Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 class (nw)
The code remains generally archaic and awful and in need of a sweeping rewrite. At least one static variable is no more.
Diffstat (limited to 'src/mame/drivers/mc10.cpp')
-rw-r--r--src/mame/drivers/mc10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mc10.cpp b/src/mame/drivers/mc10.cpp
index ad84fdaaf4d..70649853210 100644
--- a/src/mame/drivers/mc10.cpp
+++ b/src/mame/drivers/mc10.cpp
@@ -9,7 +9,7 @@
#include "emu.h"
-#include "cpu/m6800/m6800.h"
+#include "cpu/m6800/m6801.h"
#include "imagedev/cassette.h"
#include "imagedev/printer.h"
#include "machine/ram.h"