summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
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 /scripts/src
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 'scripts/src')
-rw-r--r--scripts/src/cpu.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 4e04557f487..d1708cd0029 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -1315,6 +1315,8 @@ if (CPUS["M6800"]~=null) then
files {
MAME_DIR .. "src/devices/cpu/m6800/m6800.cpp",
MAME_DIR .. "src/devices/cpu/m6800/m6800.h",
+ MAME_DIR .. "src/devices/cpu/m6800/m6801.cpp",
+ MAME_DIR .. "src/devices/cpu/m6800/m6801.h",
MAME_DIR .. "src/devices/cpu/m6800/6800ops.hxx",
MAME_DIR .. "src/devices/cpu/m6800/6800tbl.hxx",
}