diff options
| author | 2016-05-01 14:30:57 +0200 | |
|---|---|---|
| committer | 2016-05-01 14:30:57 +0200 | |
| commit | 6a730f5c07996c7f1837630c23da62ef9016345f (patch) | |
| tree | f5358b112ac5fcfad40de6a42a20f04e704b0a16 /scripts | |
| parent | 77b6c7e3c5e1d544ca881040981a37b945a00db1 (diff) | |
fix spectrum based drivers (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index f2c19fa02a3..728207adaad 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2535,8 +2535,11 @@ files { MAME_DIR .. "src/mame/drivers/spectrum.cpp", MAME_DIR .. "src/mame/includes/spectrum.h", MAME_DIR .. "src/mame/drivers/spec128.cpp", + MAME_DIR .. "src/mame/includes/spec128.h", MAME_DIR .. "src/mame/drivers/timex.cpp", + MAME_DIR .. "src/mame/includes/timex.h", MAME_DIR .. "src/mame/drivers/specpls3.cpp", + MAME_DIR .. "src/mame/includes/specpls3.h", MAME_DIR .. "src/mame/drivers/scorpion.cpp", MAME_DIR .. "src/mame/drivers/atm.cpp", MAME_DIR .. "src/mame/drivers/pentagon.cpp", |
