diff options
| author | 2016-04-30 19:56:18 +0200 | |
|---|---|---|
| committer | 2016-04-30 19:56:18 +0200 | |
| commit | 8bef52ec6d31606ef4e2a7da0fc614e2222d162d (patch) | |
| tree | 16b9258d84e14e4ce57f52ef1d25566422ebfb4a /scripts | |
| parent | 5408999eb0724e9b735c11c3e682734b6474c391 (diff) | |
fixed wpc, okiadpcm and eolith (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/sound.lua | 3 | ||||
| -rw-r--r-- | scripts/target/mame/arcade.lua | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index c9291ffa8bb..f2b9842544b 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -650,9 +650,10 @@ end --@src/devices/sound/okim6376.h,SOUNDS["OKIM6376"] = true --@src/devices/sound/okim6295.h,SOUNDS["OKIM6295"] = true --@src/devices/sound/okim9810.h,SOUNDS["OKIM9810"] = true +--@src/devices/sound/okiadpcm.h,SOUNDS["OKIADPCM"] = true --------------------------------------------------- -if (SOUNDS["OKIM6258"]~=null or SOUNDS["OKIM6295"]~=null or SOUNDS["OKIM9810"]~=null or SOUNDS["I5000_SND"]~=null) then +if (SOUNDS["OKIM6258"]~=null or SOUNDS["OKIM6295"]~=null or SOUNDS["OKIM9810"]~=null or SOUNDS["I5000_SND"]~=null or SOUNDS["OKIADPCM"]~=null) then files { MAME_DIR .. "src/devices/sound/okiadpcm.cpp", MAME_DIR .. "src/devices/sound/okiadpcm.h", diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 87a1296ff2c..d84a3d4dbef 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -1629,7 +1629,6 @@ files { MAME_DIR .. "src/mame/includes/eolith.h", MAME_DIR .. "src/mame/video/eolith.cpp", MAME_DIR .. "src/mame/drivers/eolith16.cpp", - MAME_DIR .. "src/mame/drivers/eolithsp.cpp", MAME_DIR .. "src/mame/drivers/ghosteo.cpp", MAME_DIR .. "src/mame/drivers/vegaeo.cpp", } @@ -4153,12 +4152,14 @@ files { MAME_DIR .. "src/mame/drivers/wpc_an.cpp", MAME_DIR .. "src/mame/drivers/wpc_dcs.cpp", MAME_DIR .. "src/mame/drivers/wpc_dot.cpp", + MAME_DIR .. "src/mame/includes/wpc_dot.h", MAME_DIR .. "src/mame/drivers/wpc_flip1.cpp", + MAME_DIR .. "src/mame/includes/wpc_flip1.h", MAME_DIR .. "src/mame/drivers/wpc_flip2.cpp", + MAME_DIR .. "src/mame/includes/wpc_flip2.h", MAME_DIR .. "src/mame/drivers/wpc_s.cpp", MAME_DIR .. "src/mame/machine/wpc.cpp", MAME_DIR .. "src/mame/machine/wpc.h", - MAME_DIR .. "src/mame/includes/wpc_pin.h", MAME_DIR .. "src/mame/audio/wpcsnd.cpp", MAME_DIR .. "src/mame/audio/wpcsnd.h", MAME_DIR .. "src/mame/video/wpc_dmd.cpp", |
