From b43523498fde40720e99eb7a91ff52bbba2307ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 4 Jun 2013 10:53:02 +0000 Subject: [PATCH] typo --- src/emu/sound/ymz280b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/sound/ymz280b.c b/src/emu/sound/ymz280b.c index 2263049eaee..0e8dc68be71 100644 --- a/src/emu/sound/ymz280b.c +++ b/src/emu/sound/ymz280b.c @@ -19,7 +19,7 @@ Voice signal is output in stereo 16-bit 2's complement MSB-first format TODO: - - Is memory handling 100% correct? At the moment, Konami firewave.c is the only + - Is memory handling 100% correct? At the moment, Konami firebeat.c is the only hardware currently emulated that uses external handlers. It also happens to be the only one using 16-bit PCM.