GB Video: Fix initialization

This commit is contained in:
Jeffrey Pfau 2016-01-22 20:24:46 -08:00
parent d3a204086d
commit eb19998e14
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ void GBVideoInit(struct GBVideo* video) {
void GBVideoReset(struct GBVideo* video) {
video->ly = 0;
video->mode = 1;
video->stat = 1;
video->nextEvent = INT_MAX;
video->eventDiff = 0;