summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-11-24 03:22:29 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-11-24 03:22:29 +0000
commitcb10461ed1cfab2e2bc548e221d4ae18d4602994 (patch)
treeb52741c7d352b3fe6e2a782a333e58c9fa2793ad /.gitattributes
parent67ae0bbd582a91e542b9cc608ac4266f965a6a6e (diff)
From: Barry Rodewald [mailto:bsr@xnet.co.nz]
Sent: Sunday, November 23, 2008 12:17 AM To: submit@mamedev.org Subject: Oki MSM6258 ADPCM core Hi, I have attached the Oki MSM6258 ADPCM sound core, which is intended for use with the MESS Sharp X68000 driver. This code was written by Phil Bennett, so he ought to be the one getting the credit for it. I have mostly worked on the MESS X68000 driver and HD63450 (DMA controller) code to get the ADPCM working for most X68000 software. I am unaware as to if Phil has already submitted this or not yet. I've tested compiling and running MAME itself (including a debug build) with the MSM6258 core in it, and experienced no issues. Although there is nothing in MAME to test it specifically with, it doesn't cause any problems with MAME use in general. The current MESS X68000 driver code with the MSM6258 enabled is available for those that want to test that out - http://mahlemiut.marpirc.net/msm6258-211108.zip Thanks, Barry Rodewald mailto:bsr@xnet.co.nz
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 6be2931761b..79553880e34 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -834,6 +834,8 @@ src/emu/sound/nes_apu.h svneol=native#text/plain
src/emu/sound/nes_defs.h svneol=native#text/plain
src/emu/sound/nile.c svneol=native#text/plain
src/emu/sound/nile.h svneol=native#text/plain
+src/emu/sound/okim6258.c svneol=native#text/plain
+src/emu/sound/okim6258.h svneol=native#text/plain
src/emu/sound/okim6295.c svneol=native#text/plain
src/emu/sound/okim6295.h svneol=native#text/plain
src/emu/sound/pokey.c svneol=native#text/plain