summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-10-01 19:29:56 -0400
committer arbee <rb6502@users.noreply.github.com>2020-10-01 19:29:56 -0400
commit3ee3906d103e650eb92357a347b6fb40d577f11b (patch)
treee5cc8b6ce9bc9ddebf5d77db38c747f92f643bd6 /scripts
parentfc1a37551039de5dfbac3f5436cae10105840024 (diff)
mac: move macqd700 to its own driver and clean up more cruft [R. Belmont]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 97875978d48..dc3013584ff 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1749,6 +1749,7 @@ files {
MAME_DIR .. "src/mame/machine/lisa.cpp",
MAME_DIR .. "src/mame/drivers/lwriter.cpp",
MAME_DIR .. "src/mame/drivers/mac128.cpp",
+ MAME_DIR .. "src/mame/drivers/macquadra700.cpp",
MAME_DIR .. "src/mame/drivers/mac.cpp",
MAME_DIR .. "src/mame/includes/mac.h",
MAME_DIR .. "src/mame/machine/egret.cpp",