summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-18 11:54:38 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-03-18 12:00:39 -0400
commitcd7babc7752e97e35d542b2b193683d72c3dfa8d (patch)
tree24f028fcb0978af95c9bd829908e98dc41951515 /scripts
parent6ffb21f39ba0721143b142f75fdf5f844b075f71 (diff)
Add skeleton device for Video System C7-01 GGA
(nw) This has uncovered what might be a core bug: AM_SELECT does not work properly with masked handlers.
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 7a59802db43..d415f58b07e 100644
--- a/scripts/target/mame/arcade.lua
+++ b/scripts/target/mame/arcade.lua
@@ -4107,6 +4107,8 @@ files {
createMAMEProjects(_target, _subtarget, "vsystem")
files {
+ MAME_DIR .. "src/mame/video/vsystem_gga.cpp",
+ MAME_DIR .. "src/mame/video/vsystem_gga.h",
MAME_DIR .. "src/mame/video/vsystem_spr.cpp",
MAME_DIR .. "src/mame/video/vsystem_spr.h",
MAME_DIR .. "src/mame/video/vsystem_spr2.cpp",