diff options
| author | 2021-04-19 14:53:28 +0200 | |
|---|---|---|
| committer | 2021-04-19 14:53:28 +0200 | |
| commit | d79ba952ac5ef649752e77ee6a97728780c7f4ab (patch) | |
| tree | f6dc4ed302348602bcee59cefed3387a993d5dde /scripts | |
| parent | 9194b83f3b9b6977fda46c1d8142a7392218c7fc (diff) | |
smartboard: add internal artwork for the pc version
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 54a43cc5e12..27853edd7e9 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2611,11 +2611,13 @@ if (BUSES["CENTRONICS"]~=null) then { MAME_DIR .. "src/devices/bus/centronics/epson_ex800.cpp", GEN_DIR .. "emu/layout/ex800.lh" }, { MAME_DIR .. "src/devices/bus/centronics/epson_lx800.cpp", GEN_DIR .. "emu/layout/lx800.lh" }, { MAME_DIR .. "src/devices/bus/centronics/epson_lx810l.cpp", GEN_DIR .. "emu/layout/lx800.lh" }, + { MAME_DIR .. "src/devices/bus/centronics/smartboard.cpp", GEN_DIR .. "emu/layout/smartboard.lh" }, } custombuildtask { layoutbuildtask("emu/layout", "ex800"), layoutbuildtask("emu/layout", "lx800"), + layoutbuildtask("emu/layout", "smartboard"), } end |
