From 6e5679d8738db2cb4b4b027ee8f8ce963f8d4c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sun, 23 Feb 2014 01:22:20 +0000 Subject: [PATCH] ah oui --- src/emu/cpu/mn10200/mn10200.c | 2 +- src/emu/sound/zsg2.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/emu/cpu/mn10200/mn10200.c b/src/emu/cpu/mn10200/mn10200.c index 2d293b910f9..c6c5dad2038 100644 --- a/src/emu/cpu/mn10200/mn10200.c +++ b/src/emu/cpu/mn10200/mn10200.c @@ -2,7 +2,7 @@ Panasonic MN10200 emulator Written by Olivier Galibert - MAME conversion, timers, and IRQ controller by R. Belmont + Peripherals and improvements by R. Belmont and hap */ diff --git a/src/emu/sound/zsg2.c b/src/emu/sound/zsg2.c index 6fa7ae64dff..99cd9fe4790 100644 --- a/src/emu/sound/zsg2.c +++ b/src/emu/sound/zsg2.c @@ -3,6 +3,7 @@ Written by Olivier Galibert MAME conversion by R. Belmont + Working emulation by The Talentuous Hands Of The Popularious hap Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. @@ -46,6 +47,7 @@ TODO: - volume/panning is linear? volume slides are too steep +- most music sounds tinny, probably due to missing DSP? - what is reg 0xa/0xc? seems related to volume - identify sample flags - memory reads out of range sometimes