summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-05-28 09:15:09 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-05-28 09:15:09 +0000
commit0c0affd00ee1bbfd849404a7908b04de3381c990 (patch)
tree92797a4cfa706fd12d9a4b2cdc8c319a6b0fa525 /.gitattributes
parent4fca3801e9bcc75d7f0d547d504ff75c9eb1d7de (diff)
Replaced Namco 52xx sound simulation with emulation of the MCU.
Updated polepos and bosco drivers to use the new 52xx sound emulation, wiring up the output through the discrete mixer that Derrick had already plumbed but left disabled. This required several MB88xx changes/fixes: - internal timer support now works; prescaler is guessed based on Pole Position sample playback frequency - external counter support works - a basic mechanism for reading serial input has been added; it is not sufficient for a full implementation, but good enough to sample the SI pin at startup - fixed TSTS/TSTV to clear their respective flags - fixed CI and CYI to compute imm-reg instead of reg-imm - added masking of the PA register upon RTI/RTS to prevent bogus PC values
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 3227a876769..dc3ded845e7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -835,8 +835,6 @@ src/emu/sound/n63701x.c svneol=native#text/plain
src/emu/sound/n63701x.h svneol=native#text/plain
src/emu/sound/namco.c svneol=native#text/plain
src/emu/sound/namco.h svneol=native#text/plain
-src/emu/sound/namco52.c svneol=native#text/plain
-src/emu/sound/namco52.h svneol=native#text/plain
src/emu/sound/nes_apu.c svneol=native#text/plain
src/emu/sound/nes_apu.h svneol=native#text/plain
src/emu/sound/nes_defs.h svneol=native#text/plain
@@ -1157,6 +1155,8 @@ src/mame/audio/mcr.h svneol=native#text/plain
src/mame/audio/meadows.c svneol=native#text/plain
src/mame/audio/mw8080bw.c svneol=native#text/plain
src/mame/audio/n8080.c svneol=native#text/plain
+src/mame/audio/namco52.c svneol=native#text/plain
+src/mame/audio/namco52.h svneol=native#text/plain
src/mame/audio/namco54.c svneol=native#text/plain
src/mame/audio/namco54.h svneol=native#text/plain
src/mame/audio/namcoc7x.c svneol=native#text/plain