summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-08-22 21:25:49 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-08-22 21:25:49 +0000
commitd8d031e8d3b9f023d0180279b944b0dfecaeb2eb (patch)
treef750862e9d862022494d51d65f11bf227b299804 /.gitattributes
parent85e674d7fb9c93a709f9ffff21be83988ad9b959 (diff)
Adds new generic latch device
8 bit latch interface and emulation Generic emulation of 74LS174/175, 74LS259 and other latches. Apart from providing synched latch operation, these latches can be configured to read their input bitwise from other devices as well and individual bits can be connected to discrete nodes. Please see audio/dkong.c for examples.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 108445bfb23..b998862313f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -632,6 +632,8 @@ src/emu/machine/intelfsh.c svneol=native#text/plain
src/emu/machine/intelfsh.h svneol=native#text/plain
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/mb3773.c svneol=native#text/plain
src/emu/machine/mb3773.h svneol=native#text/plain
src/emu/machine/mb87078.c svneol=native#text/plain