diff options
author | 2008-11-24 03:22:29 +0000 | |
---|---|---|
committer | 2008-11-24 03:22:29 +0000 | |
commit | cb10461ed1cfab2e2bc548e221d4ae18d4602994 (patch) | |
tree | b52741c7d352b3fe6e2a782a333e58c9fa2793ad /src/emu/sndintrf.h | |
parent | 67ae0bbd582a91e542b9cc608ac4266f965a6a6e (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 'src/emu/sndintrf.h')
-rw-r--r-- | src/emu/sndintrf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sndintrf.h b/src/emu/sndintrf.h index 73dc9629cd2..7db71a1385e 100644 --- a/src/emu/sndintrf.h +++ b/src/emu/sndintrf.h @@ -84,6 +84,7 @@ enum _sound_type SOUND_TMS5220, SOUND_VLM5030, SOUND_OKIM6295, + SOUND_OKIM6258, SOUND_MSM5205, SOUND_MSM5232, SOUND_UPD7759, |