summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-06-27 19:44:50 +0200
committer Dirk Best <mail@dirk-best.de>2015-06-27 20:50:15 +0200
commitcaa26040c7427a3708a03214205f55c2ccecbf27 (patch)
tree85646383b190293d1cf70cb5443d5aa0ea8f5b56 /scripts
parent48990c4ae46b0969a6387afbdd3e5d82b5b4f489 (diff)
rc759: wip. initial version of the intel 82730 text coprocessor, and
added more meat to the driver. currently dies testing the cassette.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua12
-rw-r--r--scripts/target/mame/mess.lua1
2 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index e94884a51a3..e37fda6dd5a 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -370,6 +370,18 @@ end
--------------------------------------------------
--
+--@src/emu/video/i82730.h,VIDEOS["I82730"] = true
+--------------------------------------------------
+
+if (VIDEOS["I82730"]~=null) then
+ files {
+ MAME_DIR .. "src/emu/video/i82730.c",
+ MAME_DIR .. "src/emu/video/i82730.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/emu/video/i8275.h,VIDEOS["I8275"] = true
--------------------------------------------------
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index a86990f07b7..d75ba606e4c 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -287,6 +287,7 @@ VIDEOS["HUC6261"] = true
VIDEOS["HUC6270"] = true
VIDEOS["HUC6272"] = true
VIDEOS["I8244"] = true
+VIDEOS["I82730"] = true
VIDEOS["I8275"] = true
--VIDEOS+= M50458"] = true
--VIDEOS+= MB90082"] = true