diff options
| author | 2010-02-04 05:20:18 +0000 | |
|---|---|---|
| committer | 2010-02-04 05:20:18 +0000 | |
| commit | 01efae2c12b8fea2a5e71607f5174894fd2db036 (patch) | |
| tree | 78bd97b1fac3c47070464fe7df7a16a3b8b7265b /.gitattributes | |
| parent | 135a55fff1515ae5da3517dec137add6da468ef5 (diff) | |
Preliminary Panasonic MN10200 CPU core and Taito ZOOM ZSG-1 sound system [Olivier Galibert]
---
This is just stage one of converting OG's stuff, please do not touch any
of it yet. Next up is the skeleton of the ZOOM chip, finishing up
the missing bits of the CPU core (the interrupt controller and timers), and
debugging the results.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ff40cf24968..3756333bde2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -299,6 +299,9 @@ src/emu/cpu/mips/psxdasm.c svneol=native#text/plain src/emu/cpu/mips/r3000.c svneol=native#text/plain src/emu/cpu/mips/r3000.h svneol=native#text/plain src/emu/cpu/mips/r3kdasm.c svneol=native#text/plain +src/emu/cpu/mn10200/mn10200.c svneol=native#text/plain +src/emu/cpu/mn10200/mn10200.h svneol=native#text/plain +src/emu/cpu/mn10200/mn102dis.c svneol=native#text/plain src/emu/cpu/nec/nec.c svneol=native#text/plain src/emu/cpu/nec/nec.h -text svneol=native#text/plain src/emu/cpu/nec/necdasm.c svneol=native#text/plain @@ -1259,6 +1262,8 @@ src/mame/audio/t5182.c svneol=native#text/plain src/mame/audio/t5182.h svneol=native#text/plain src/mame/audio/taito_en.c svneol=native#text/plain src/mame/audio/taito_en.h svneol=native#text/plain +src/mame/audio/taito_zm.c svneol=native#text/plain +src/mame/audio/taito_zm.h svneol=native#text/plain src/mame/audio/taitosnd.c svneol=native#text/plain src/mame/audio/taitosnd.h svneol=native#text/plain src/mame/audio/tank8.c svneol=native#text/plain |
