mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
gah, that // HACK line was NOT supposed to be committed. no whatsnew.
This commit is contained in:
parent
49b1fb6b38
commit
0ebd7c9579
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user