summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-11-16 13:31:20 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-11-16 08:31:20 -0500
commitbe02946025e1079125a85b0d832cfa537f9aa122 (patch)
tree87ef648ee79e912da1d7a02fc5eefc9389eb16db /scripts/target
parentb36749a10b948984f83c496f9910c69bf55a0467 (diff)
add some scrambling modes for various nes_vt based things, polmega and silv35 now boot (nw) (#5907)
* implement vt1682 scrambling (nw) * allow polmega and silv35 to boot (nw) * note about palette (nw)
Diffstat (limited to 'scripts/target')
-rw-r--r--scripts/target/mame/mess.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index bd443d697a7..9a37d68079b 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2872,6 +2872,10 @@ files {
MAME_DIR .. "src/mame/drivers/gamecube.cpp",
MAME_DIR .. "src/mame/machine/m6502_vtscr.cpp",
MAME_DIR .. "src/mame/machine/m6502_vtscr.h",
+ MAME_DIR .. "src/mame/machine/m6502_vt1682.cpp",
+ MAME_DIR .. "src/mame/machine/m6502_vt1682.h",
+ MAME_DIR .. "src/mame/machine/m6502_vh2009.cpp",
+ MAME_DIR .. "src/mame/machine/m6502_vh2009.h",
}
createMESSProjects(_target, _subtarget, "nokia")