summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2018-01-25 14:21:51 +0900
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-01-25 00:21:51 -0500
commitb30d6d96f9e61c80cb8fe6ea4e135ec6fe00951a (patch)
tree40f5af5de89eb5ddcd0343112b8e287deabc4e00 /scripts
parent5b9c7cbaddc25621a2944c7dbb52c53c3f42b3c2 (diff)
Split Data East ACE Chip Emulation (#3100)
* Split Data East ACE Chip Emulation * Add deco_ace.cpp * Update deco_ace.cpp * Update deco_ace.h * Update boogwing.h * Update boogwing.cpp alpha blend/palette effect improvements * Update boogwing.cpp * Update deco_ace.cpp * Update deco32.h * Update deco32.cpp split DECO ACE Emulation * Update deco32.cpp * Update deco32.cpp * Update deco_ace.cpp * Copyright holder / some update. Demote Boogie Wings with MACHINE_IMPERFECT_GRAPHICS * Typo * Typo(2) * Revert copyright holder, nw * deco_ace.cpp : doc update * deco_ace.cpp : revert copyright holder, update docs, convert multiplicative fade algorithm to fixed point, implement additive fading effect. deco32.cpp : update docs boogwing.cpp : update alpha blending notes * deco_ace : Revert "convert multiplicative fade algorithm to fixed point"
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/arcade.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua
index 9620917c985..1236e464c3f 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -1553,6 +1553,8 @@ files {
MAME_DIR .. "src/mame/includes/deco32.h",
MAME_DIR .. "src/mame/video/deco32.cpp",
MAME_DIR .. "src/mame/video/dvi.cpp",
+ MAME_DIR .. "src/mame/video/deco_ace.cpp",
+ MAME_DIR .. "src/mame/video/deco_ace.h",
MAME_DIR .. "src/mame/video/deco_zoomspr.cpp",
MAME_DIR .. "src/mame/video/deco_zoomspr.h",
MAME_DIR .. "src/mame/drivers/decocass.cpp",