summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-10-18 12:35:46 -0400
committer arbee <rb6502@users.noreply.github.com>2020-10-18 12:35:46 -0400
commit1f3aee34aa3010b5841285c0fdbf78e6affdeacd (patch)
treea316ce1cf11c95406f8364599bc3c51cc333ec89 /scripts
parent9836069924078e0cdb3671267d1cdca08baad6d6 (diff)
mac: Move macprtb and macpb100 to their own driver. [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 42b0c54b16b..d6731a1802d 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -1754,6 +1754,7 @@ files {
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/macprtb.cpp",
MAME_DIR .. "src/mame/drivers/mac.cpp",
MAME_DIR .. "src/mame/includes/mac.h",
MAME_DIR .. "src/mame/machine/egret.cpp",