cpu: pass blargh instr tests 3,5,6,8,9

This commit is contained in:
2018-09-03 21:57:55 -07:00
parent c0262cba63
commit b22fc6f44a
2 changed files with 151 additions and 40 deletions

View File

@@ -66,7 +66,7 @@ static void gb_video_screenshot(struct gb_video *video)
uint8_t tile;
int log = id == 30;
snprintf(filename, sizeof(filename), "screenshot-%d.bmp", id++);
snprintf(filename, sizeof(filename), "screenshot-%05d.bmp", id++);
if (!(video->lcdcont & 1)) {
goto out;