diff options
Diffstat (limited to 'scripts/target/mame/mess.lua')
-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 539cfea8155..91f332ed3ee 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3898,6 +3898,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_storeaddr.cpp", + MAME_DIR .. "src/mame/video/dpb_storeaddr.h", MAME_DIR .. "src/mame/drivers/dps1.cpp", MAME_DIR .. "src/mame/drivers/dsb46.cpp", MAME_DIR .. "src/mame/drivers/dual68.cpp", |