diff options
| author | 2017-12-27 01:11:18 +1100 | |
|---|---|---|
| committer | 2017-12-27 01:11:18 +1100 | |
| commit | f128fba3797a9f724afd084d9c7b33fccc1d9501 (patch) | |
| tree | 91310000876b2cc204b1fac8231ed216e56f8d09 /scripts | |
| parent | b0223ac413ccfb0907be9741168b4cf43fb67fb9 (diff) | |
| parent | 19982834ad7885a22303666132e8f70d975797f1 (diff) | |
Merge pull request #2776 from felipesanches/sagitta180
new non-working driver: Scopus Sagitta 150/180 serial terminal
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 1fee7b998a7..879d7531d69 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3604,6 +3604,7 @@ files { MAME_DIR .. "src/mame/drivers/seattlecmp.cpp", MAME_DIR .. "src/mame/drivers/sh4robot.cpp", MAME_DIR .. "src/mame/drivers/sansa_fuze.cpp", + MAME_DIR .. "src/mame/drivers/scopus.cpp", MAME_DIR .. "src/mame/drivers/softbox.cpp", MAME_DIR .. "src/mame/includes/softbox.h", MAME_DIR .. "src/mame/drivers/squale.cpp", |
