From 7dbe205c350f80360ad5750757d7fdeae805b4dc Mon Sep 17 00:00:00 2001 From: Jonathan Gevaryahu Date: Fri, 12 Apr 2013 03:03:12 +0000 Subject: [PATCH] die, typo, DIE! (no whatsnew) --- src/emu/sound/tms5220.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/sound/tms5220.c b/src/emu/sound/tms5220.c index 0a03382ceee..e477a55f109 100644 --- a/src/emu/sound/tms5220.c +++ b/src/emu/sound/tms5220.c @@ -148,7 +148,7 @@ Interpolation is inhibited (i.e. interpolation at IP frames will not happen "P=0" != "OLDP" ("P=0" = 1, and OLDP = 0; OR "P=0" = 0, and OLDP = 1) This means the new frame is unvoiced and the old one was voiced, or vice versa. -* TODO the 5100 and 5200 patents are inconistent about the above. Trace the decaps! +* TODO the 5100 and 5200 patents are inconsistent about the above. Trace the decaps! "OLDE" = 1 and "E=0" = 0 This means the new frame is not silent, and the old frame was silent.