diff options
| author | 2015-12-21 01:45:53 +0100 | |
|---|---|---|
| committer | 2015-12-21 01:46:16 +0100 | |
| commit | 6ffbf69aa3351e88d7456b46e392f79665b4c67f (patch) | |
| tree | 0973da8bff4754ed305f381a2d89066a81e7f5f1 /scripts | |
| parent | 8c2f51992202a05a44776b2358b989763bd25b2d (diff) | |
initial skeleton driver for TI Spelling B
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 cebe2af7eef..9296d6b4ced 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2719,6 +2719,7 @@ files { MAME_DIR .. "src/mame/drivers/geneve.cpp", MAME_DIR .. "src/mame/drivers/ticalc1x.cpp", MAME_DIR .. "src/mame/drivers/tispeak.cpp", + MAME_DIR .. "src/mame/drivers/tispellb.cpp", MAME_DIR .. "src/mame/drivers/ti74.cpp", MAME_DIR .. "src/mame/drivers/ti85.cpp", MAME_DIR .. "src/mame/includes/ti85.h", |
