1
0
Fork 0
forked from len0rd/rockbox

Fix residual red, thanks to Zagor.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30400 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-08-31 20:34:44 +00:00
parent 72a345b6a7
commit 67f5249559

View file

@ -2,14 +2,14 @@
// Based on Gens 2.10 ym2612.c
#include "ym2612_emu.h"
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <math.h>
#include "ym2612_emu.h"
/* Copyright (C) 2002 Stéphane Dallongeville (gens AT consolemul.com) */
/* Copyright (C) 2004-2007 Shay Green. This module is free software; you
can redistribute it and/or modify it under the terms of the GNU Lesser