summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-06-24 05:06:35 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-06-24 05:07:58 +0200
commit3f893ae4510b84d9b32c573906991999ac1e9660 (patch)
tree5fcf3d91a48cb317e3febcb24a11e84c5e4d52ea /scripts
parent87060862331cfdb7d3aca735f026d475f791519c (diff)
-dpb_framestore: Added a device (untested) for the DPB-7000 Framestore Card. [Ryan Holtz]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 12d7d59afea..b007fc41f81 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_framestore.cpp",
+ MAME_DIR .. "src/mame/video/dpb_framestore.h",
MAME_DIR .. "src/mame/video/dpb_storeaddr.cpp",
MAME_DIR .. "src/mame/video/dpb_storeaddr.h",
MAME_DIR .. "src/mame/drivers/dps1.cpp",