summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2018-02-03 17:04:31 +0100
committer angelosa <salese_corp_ltd@email.it>2018-02-03 17:04:31 +0100
commitc5e901fbcb18f858fed29c162cddfdc615d055e0 (patch)
tree1c4b1b0986095606049c4b94639c491312a90ad1 /scripts
parentaadfca9eeaa8832280de95fb68742ac17c564a30 (diff)
pc6001.cpp: major encapsulation clean-ups [Angelo Salese]
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 ca3f9199fd3..72b9f3a5be2 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2472,6 +2472,8 @@ files {
MAME_DIR .. "src/mame/machine/pce_cd.h",
MAME_DIR .. "src/mame/drivers/pcfx.cpp",
MAME_DIR .. "src/mame/drivers/pc6001.cpp",
+ MAME_DIR .. "src/mame/includes/pc6001.h",
+ MAME_DIR .. "src/mame/video/pc6001.cpp",
MAME_DIR .. "src/mame/drivers/pc8401a.cpp",
MAME_DIR .. "src/mame/includes/pc8401a.h",
MAME_DIR .. "src/mame/video/pc8401a.cpp",