diff options
| author | 2019-06-24 21:10:04 +0200 | |
|---|---|---|
| committer | 2019-06-24 21:10:18 +0200 | |
| commit | 9b17db395865f345289834d9179c8ac1f0281c39 (patch) | |
| tree | 059109ad1b1c395c5087c8ce7ebb2b8b04d40d1f /scripts | |
| parent | c20f62c33a645524e72b37d012afbe23e9720503 (diff) | |
-dpb_brushstore: Added skeleton device for DPB-7000 Brush Store Card. [Ryan Holtz]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index b007fc41f81..45cbcd831b0 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3909,6 +3909,8 @@ files { MAME_DIR .. "src/mame/video/dpb_combiner.h", MAME_DIR .. "src/mame/video/dpb_brushproc.cpp", MAME_DIR .. "src/mame/video/dpb_brushproc.h", + MAME_DIR .. "src/mame/video/dpb_brushstore.cpp", + MAME_DIR .. "src/mame/video/dpb_brushstore.h", MAME_DIR .. "src/mame/video/dpb_framestore.cpp", MAME_DIR .. "src/mame/video/dpb_framestore.h", MAME_DIR .. "src/mame/video/dpb_storeaddr.cpp", |
