Merge pull request #702 from Happy-yappH/master

N64:  Non-interlaced field index should be fixed at zero.
This commit is contained in:
Vas Crabb 2016-03-09 12:57:29 +11:00
commit ffe28b99ab

View File

@ -174,7 +174,7 @@ void n64_periphs::video_update(bitmap_rgb32 &bitmap)
}
else
{
field = 1;
field = 0;
}
switch(vi_control & 0x3)