summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2007-12-21 16:12:20 +0000
committer Aaron Giles <aaron@aarongiles.com>2007-12-21 16:12:20 +0000
commitdbb50ed6344b025387c7a3858e4bf6c6b52aacb1 (patch)
tree7a20cfca197c133ffdab6d68cc205a4b1705314f /.gitattributes
parent4371646560e603f9a938557e57d22f53a9444fe3 (diff)
Zeus hardware:
* Cleaned up zeus wave RAM accessors. * Changed rendering code to allow for greater parallelism on multicore systems. * Removed some vestigial zeus 2 hacks. * Reduced visible area to remove artifacts. * Made right/bottom vertices inclusive to fix some gapping issues. * Fixed invasn lightgun offset. * Marked invasn as playable. Zeus 2 hardware: * Fixed ROM loading, added banking support. * Separated zeus 2 video implementation from zeus implementation. * Implemented direct pixel accesses; enough to get startup screens to show. ADSP-2100: * Properly documented ADSP-2104 internal memory map.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 2cdc389cad0..b9eadf9f7c7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2900,6 +2900,7 @@ src/mame/video/midtunit.c svneol=native#text/plain
src/mame/video/midvunit.c svneol=native#text/plain
src/mame/video/midyunit.c svneol=native#text/plain
src/mame/video/midzeus.c svneol=native#text/plain
+src/mame/video/midzeus2.c svneol=native#text/plain
src/mame/video/mikie.c svneol=native#text/plain
src/mame/video/mitchell.c svneol=native#text/plain
src/mame/video/mjkjidai.c svneol=native#text/plain