summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2013-10-16 20:53:19 +0000
committer Couriersud <couriersud@users.noreply.github.com>2013-10-16 20:53:19 +0000
commitf28956e82dceed6acf2a33841be8b1c67f01a12a (patch)
tree98a510d81f69fc2c774ee7d908b22f326b04a58e /.gitattributes
parentab4939c07e9b7ff8889f01d1418f20c2064a58c2 (diff)
Added a fixed frequency monitor emulation to src/emu/video.
This implementation takes an analog composite signal, extracts hsync, vsync and field information in addition to greyscale video. Currently needed for pong.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ea16688364c..b92a9bd3ab7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1886,6 +1886,8 @@ src/emu/video/dm9368.h svneol=native#text/plain
src/emu/video/ef9340_1.c svneol=native#text/plain
src/emu/video/ef9340_1.h svneol=native#text/plain
src/emu/video/ef9341_chargen.h svneol=native#text/plain
+src/emu/video/fixfreq.c svneol=native#text/plain
+src/emu/video/fixfreq.h svneol=native#text/plain
src/emu/video/generic.c svneol=native#text/plain
src/emu/video/generic.h svneol=native#text/plain
src/emu/video/h63484.c svneol=native#text/plain