summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-09-04 08:48:57 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-09-04 08:48:57 +0000
commitc1f0164f5d02bf60dce10b58503bd2fea2cec951 (patch)
tree0eaf4f47edbf064bd53df0359274e409a09d9b45 /.gitattributes
parentb660cc0f7024b0ed063fd4b6d5e928e12ec08a81 (diff)
Split core laserdisc functionality into separate file ldcore.c.
Each player now gets its own source file, along with new hooks which enable more precise control over the behavior. Updated the PR-8210 and LD-V1000 implementations to the new spec. Other players will come online shortly. Changed scan behavior so that it requires a constant stream of signals to continue scanning. Updated ldplayer accordingly.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 7ebb1d5e4ce..43960b2e791 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -634,6 +634,10 @@ src/emu/machine/laserdsc.c svneol=native#text/plain
src/emu/machine/laserdsc.h svneol=native#text/plain
src/emu/machine/latch8.c svneol=native#text/plain
src/emu/machine/latch8.h svneol=native#text/plain
+src/emu/machine/ldcore.c svneol=native#text/plain
+src/emu/machine/ldcore.h svneol=native#text/plain
+src/emu/machine/ldpr8210.c svneol=native#text/plain
+src/emu/machine/ldv1000.c svneol=native#text/plain
src/emu/machine/mb3773.c svneol=native#text/plain
src/emu/machine/mb3773.h svneol=native#text/plain
src/emu/machine/mb87078.c svneol=native#text/plain