diff options
author | 2015-06-27 19:44:50 +0200 | |
---|---|---|
committer | 2015-06-27 20:50:15 +0200 | |
commit | caa26040c7427a3708a03214205f55c2ccecbf27 (patch) | |
tree | 85646383b190293d1cf70cb5443d5aa0ea8f5b56 /scripts/target | |
parent | 48990c4ae46b0969a6387afbdd3e5d82b5b4f489 (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/target')
-rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |