Prepopulate RCNT
Jeffrey Pfau jeffrey@endrift.com
Sat, 12 Oct 2013 16:37:10 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gba/gba-io.c
→
src/gba/gba-io.c
@@ -4,6 +4,7 @@ #include "gba-video.h"
void GBAIOInit(struct GBA* gba) { gba->memory.io[REG_DISPCNT >> 1] = 0x0080; + gba->memory.io[REG_RCNT >> 1] = 0x8000; gba->memory.io[REG_KEYINPUT >> 1] = 0x3FF; }