GB: Move DMG_LR35902_FREQUENCY for GBA build

This commit is contained in:
Jeffrey Pfau 2016-02-07 13:46:49 -08:00
parent 0601c6f21c
commit 0d088f6e99
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#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;

View File

@ -14,7 +14,6 @@
#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;