GB: Initialize biosVf

This commit is contained in:
Jeffrey Pfau 2016-05-28 18:30:42 -07:00
parent bd5b3036a1
commit f3d3c59df7
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ static void GBInit(void* cpu, struct mCPUComponent* component) {
gb->timer.p = gb;
gb->biosVf = 0;
gb->romVf = 0;
gb->sramVf = 0;