summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-09-13 06:24:23 +1000
committer Vas Crabb <vas@vastheman.com>2021-09-13 06:24:23 +1000
commitf7d1c0dca44e1f425b3636bb19f0310ef34c6856 (patch)
tree0ff53b496bdf5d97f0cfa4ed7edf73eacf6494ae /scripts
parentda0df4bb6c54d7077491a6b8d73892a99c46b6bf (diff)
-goldnpkr.cpp: Base screen parameters on how games program the CRTC.
* Filled in proper screen parameters for goldnpkr, witchcrd and megadpkr. There may be other games that use different parameters. * Demoted megadpkr and megadpkrb to not working as they can only boot once before writing timekeeper data that prevents booting again. -Tidied up a few drivers a little.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index bc09c366f15..fd82596382a 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3296,7 +3296,6 @@ files {
MAME_DIR .. "src/mame/machine/osborne1.cpp",
MAME_DIR .. "src/mame/drivers/osbexec.cpp",
MAME_DIR .. "src/mame/drivers/vixen.cpp",
- MAME_DIR .. "src/mame/includes/vixen.h",
}
createMESSProjects(_target, _subtarget, "osi")