Fix warnings
This commit is contained in:
@@ -19,11 +19,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Begin FDS sound */
|
/* Begin FDS sound */
|
||||||
|
#include <string.h>
|
||||||
#include "fceu-types.h"
|
#include "fceu-types.h"
|
||||||
#include "x6502.h"
|
#include "x6502.h"
|
||||||
#include "fceu.h"
|
#include "fceu.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
|
#include "state.h"
|
||||||
|
|
||||||
#define FDSClock (1789772.7272727272727272 / 2)
|
#define FDSClock (1789772.7272727272727272 / 2)
|
||||||
|
|
||||||
@@ -295,4 +296,4 @@ DECLFW(FDSSoundWrite) {
|
|||||||
void FDSSoundPower(void) {
|
void FDSSoundPower(void) {
|
||||||
FDSSoundReset();
|
FDSSoundReset();
|
||||||
FDSSoundStateAdd();
|
FDSSoundStateAdd();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user