summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-05-27 05:03:08 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-05-27 05:03:08 +0000
commit8048a37ae784f1a2ebdd77349b52c7a216b79fa9 (patch)
tree4ed9bb4e701a86c0729ac99e0a9cd78abfd7e14f /.gitattributes
parentf84ab7a300a4ef73d3c645c711b8ae30e8bceb6a (diff)
Split the Namco 06xx interface into a separate device, which has
the information needed to connect to the CPU and other devices specified in the definition. Updated drivers to use this new device. (I notice that the bosco shoot sound no longer changes pitch during another explosion. Not sure if this was fixed prior or if the recent device-ification cleaned something up....)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index da26ae4167d..ec175b51c09 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2770,6 +2770,8 @@ src/mame/machine/model1.c svneol=native#text/plain
src/mame/machine/model3.c svneol=native#text/plain
src/mame/machine/mw8080bw.c svneol=native#text/plain
src/mame/machine/n64.c svneol=native#text/plain
+src/mame/machine/namco06.c svneol=native#text/plain
+src/mame/machine/namco06.h svneol=native#text/plain
src/mame/machine/namco50.c svneol=native#text/plain
src/mame/machine/namco50.h svneol=native#text/plain
src/mame/machine/namco51.c svneol=native#text/plain