diff options
| author | 2019-04-14 10:48:16 +0200 | |
|---|---|---|
| committer | 2019-04-14 10:49:25 +0200 | |
| commit | cc978575434f9b7f7ba0eb1851d23c478bb81d4a (patch) | |
| tree | 32fe6b602de1ffb5e22f2730310f85e6976688ef /scripts | |
| parent | 9fa5b3bf47f8ecbb309dea72bc24898e2d5b7bbe (diff) | |
mu: Extract the lcd into an independant device [O. Galibert]
Eventually, the svg should be used instead of the pre-rendered ppm.
I'm a little afraid of the performance impact of the 3840 outputs
though, so one thing at a time...
Diffstat (limited to 'scripts')
| -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 a86d8cdaf76..1184ac551ae 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3747,6 +3747,7 @@ files { createMESSProjects(_target, _subtarget, "yamaha") files { + MAME_DIR .. "src/mame/machine/mulcd.cpp", MAME_DIR .. "src/mame/drivers/ymmu100.cpp", MAME_DIR .. "src/mame/drivers/fb01.cpp", MAME_DIR .. "src/mame/drivers/tg100.cpp", |
