summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-25 16:30:01 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-25 16:30:59 -0500
commitacc0c34f1ecc47ccd59815dd717bc6d79bc590cd (patch)
tree73050356d7186ca91538d8bec66e029f4d4d9779 /scripts
parent87d874cd955cb9edf70094105ec42280df94a34a (diff)
vp60: Another skeleton driver (with an undumped program ROM, alas) (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 2c271051276..c4dc37b2e4f 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3604,6 +3604,7 @@ files {
MAME_DIR .. "src/mame/drivers/vector4.cpp",
MAME_DIR .. "src/mame/drivers/vectrix.cpp",
MAME_DIR .. "src/mame/drivers/vii.cpp",
+ MAME_DIR .. "src/mame/drivers/vp60.cpp",
MAME_DIR .. "src/mame/drivers/vp122.cpp",
MAME_DIR .. "src/mame/drivers/vsmilepro.cpp",
MAME_DIR .. "src/mame/drivers/wicat.cpp",