diff options
| author | 2019-06-17 15:03:56 +0200 | |
|---|---|---|
| committer | 2019-06-17 15:04:20 +0200 | |
| commit | ff80ed83ef385499c6af79f43c7ed787ed6c9b49 (patch) | |
| tree | f13ca2e089ecf2d10e0f8b35821a54b4221cd601 /scripts | |
| parent | f94711b59a92fe2a188cfa974c427ba65f0c20c0 (diff) | |
-dpb_combiner: Added a skeleton device for the DPB-7000 Combiner Card. [Ryan Holtz]
-dpb7000: Hooked up Combiner Card device, nw
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 df6ab1a3670..49eea0436b4 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3893,6 +3893,8 @@ files { MAME_DIR .. "src/mame/machine/dmv_keyb.cpp", MAME_DIR .. "src/mame/machine/dmv_keyb.h", MAME_DIR .. "src/mame/drivers/dpb7000.cpp", + MAME_DIR .. "src/mame/video/dpb_combiner.cpp", + MAME_DIR .. "src/mame/video/dpb_combiner.h", MAME_DIR .. "src/mame/drivers/dps1.cpp", MAME_DIR .. "src/mame/drivers/dsb46.cpp", MAME_DIR .. "src/mame/drivers/dual68.cpp", |
