diff --git a/src/gb/video.c b/src/gb/video.c index 62f9d56ca..e51c9f678 100644 --- a/src/gb/video.c +++ b/src/gb/video.c @@ -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;