GB: Move DMG_LR35902_FREQUENCY for GBA build
Jeffrey Pfau jeffrey@endrift.com
Sun, 07 Feb 2016 13:46:49 -0800
2 files changed,
1 insertions(+),
1 deletions(-)
M
src/gb/audio.c
→
src/gb/audio.c
@@ -11,6 +11,7 @@ #include "gb/io.h"
#define FRAME_CYCLES (DMG_LR35902_FREQUENCY >> 9) +const uint32_t DMG_LR35902_FREQUENCY = 0x400000; static const int CLOCKS_PER_BLIP_FRAME = 0x1000; static const unsigned BLIP_BUFFER_SIZE = 0x4000;
M
src/gb/gb.c
→
src/gb/gb.c
@@ -14,7 +14,6 @@ #include "util/math.h"
#include "util/patch.h" #include "util/vfs.h" -const uint32_t DMG_LR35902_FREQUENCY = 0x400000; const uint32_t CGB_LR35902_FREQUENCY = 0x800000; const uint32_t SGB_LR35902_FREQUENCY = 0x418B1E;