GB: Initialize biosVf
Jeffrey Pfau jeffrey@endrift.com
Sat, 28 May 2016 18:30:42 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gb/gb.c
→
src/gb/gb.c
@@ -56,6 +56,7 @@ GBAudioInit(&gb->audio, 2048, &gb->memory.io[REG_NR52], GB_AUDIO_DMG); // TODO: Remove magic constant
gb->timer.p = gb; + gb->biosVf = 0; gb->romVf = 0; gb->sramVf = 0;