From 0ebd7c95794b32e3564fa4970008e24062b23ef8 Mon Sep 17 00:00:00 2001 From: Jonathan Gevaryahu Date: Mon, 26 Apr 2010 14:54:56 +0000 Subject: [PATCH] gah, that // HACK line was NOT supposed to be committed. no whatsnew. --- src/emu/sound/tms5220.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/sound/tms5220.c b/src/emu/sound/tms5220.c index c877be8bd9f..53709d04fdc 100644 --- a/src/emu/sound/tms5220.c +++ b/src/emu/sound/tms5220.c @@ -1231,7 +1231,6 @@ static void parse_frame(tms5220_state *tms) /* if the pitch index was zero, we need 4 k's */ if (indx == 0) { - tms->new_frame_energy *= 2; // HACK /* attempt to extract 4 K's */ bits -= 18; if (bits < 0) goto ranout;