summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by6803.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/by6803.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/by6803.cpp')
-rw-r--r--src/mame/drivers/by6803.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/by6803.cpp b/src/mame/drivers/by6803.cpp
index 645a7bbe7eb..da7ea996334 100644
--- a/src/mame/drivers/by6803.cpp
+++ b/src/mame/drivers/by6803.cpp
@@ -22,7 +22,7 @@ ToDo:
#include "emu.h"
#include "machine/genpin.h"
-#include "cpu/m6800/m6800.h"
+#include "cpu/m6800/m6801.h"
//#include "cpu/m6809/m6809.h"
#include "machine/6821pia.h"
//#include "audio/midway.h"