summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Joakim Larsson Edstrom <joakimlarsson42@gmail.com>2016-01-05 16:57:27 +0100
committer Joakim Larsson Edstrom <joakimlarsson42@gmail.com>2016-01-05 16:57:27 +0100
commit767f8af94fedb0ed368e58485e83eb21af6e542b (patch)
tree8a6dce738855ea5238e1c80782aa8775af9aea51 /scripts
parent31d5bbad66e31e1e601f8612905c16bcf3cb7e0d (diff)
- Added support for Didact mp68a, a 6800 based eduactional computer with 7seg display and hex keypad. 7Seg display and keyboard works only from full build.
- Added skeleton for the Didact md6802, the successor, not yet functional - Added skeleton for Esselte 100, another Didact design with a CRT and real keyboard, no ROM dumped yet
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 2d62df19238..b63e1be0864 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3047,6 +3047,7 @@ files {
MAME_DIR .. "src/mame/drivers/d6800.cpp",
MAME_DIR .. "src/mame/drivers/d6809.cpp",
MAME_DIR .. "src/mame/drivers/daruma.cpp",
+ MAME_DIR .. "src/mame/drivers/didact.cpp",
MAME_DIR .. "src/mame/drivers/digel804.cpp",
MAME_DIR .. "src/mame/drivers/dim68k.cpp",
MAME_DIR .. "src/mame/drivers/dm7000.cpp",