summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-11-04 03:50:48 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-11-03 22:50:48 -0500
commitd24fc57a95d5d817dc7d04e1df0f266157647199 (patch)
tree55369ca28ec56ea86bd6174a1609c653f6c055db /scripts
parent36bfba32f7ca7320d949277b3ecf9b15a5f1ac18 (diff)
Plug & Play / Elan EU3A05 / EU3A14 splitting up, identifying of common features etc. (#5849)
* elan eu3a05 / eu3a14 - identify some common bits (nw) * some elan refactoring baed on current knowledge / standards (nw) * elan refactoring (nw) * elan splitting / refactoring (nw) * validate (nw) * note used areas (nw) * register observations (nw) * another observation (nw) * add the sprite double feature (nw) * rendering tweaks (nw) * rendering improvements for air blaster 3d stages (nw) * refactoring (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index a999bff7ddc..ab0883acec4 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3695,6 +3695,16 @@ files {
MAME_DIR .. "src/mame/audio/elan_eu3a05.h",
MAME_DIR .. "src/mame/machine/elan_eu3a05gpio.cpp",
MAME_DIR .. "src/mame/machine/elan_eu3a05gpio.h",
+ MAME_DIR .. "src/mame/machine/elan_eu3a05commonsys.cpp",
+ MAME_DIR .. "src/mame/machine/elan_eu3a05commonsys.h",
+ MAME_DIR .. "src/mame/machine/elan_eu3a05sys.cpp",
+ MAME_DIR .. "src/mame/machine/elan_eu3a05sys.h",
+ MAME_DIR .. "src/mame/machine/elan_eu3a14sys.cpp",
+ MAME_DIR .. "src/mame/machine/elan_eu3a14sys.h",
+ MAME_DIR .. "src/mame/video/elan_eu3a05commonvid.cpp",
+ MAME_DIR .. "src/mame/video/elan_eu3a05commonvid.h",
+ MAME_DIR .. "src/mame/video/elan_eu3a05vid.cpp",
+ MAME_DIR .. "src/mame/video/elan_eu3a05vid.h",
MAME_DIR .. "src/mame/drivers/trkfldch.cpp",
MAME_DIR .. "src/mame/drivers/tvgame.cpp",
MAME_DIR .. "src/mame/drivers/spg110.cpp",