GB Video: Fix initialization
Jeffrey Pfau jeffrey@endrift.com
Fri, 22 Jan 2016 20:24:46 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gb/video.c
→
src/gb/video.c
@@ -41,6 +41,7 @@
void GBVideoReset(struct GBVideo* video) { video->ly = 0; video->mode = 1; + video->stat = 1; video->nextEvent = INT_MAX; video->eventDiff = 0;