diff --git a/src/mame/video/n64.cpp b/src/mame/video/n64.cpp index b80d22785ad..85033978fca 100644 --- a/src/mame/video/n64.cpp +++ b/src/mame/video/n64.cpp @@ -174,7 +174,7 @@ void n64_periphs::video_update(bitmap_rgb32 &bitmap) } else { - field = 1; + field = 0; } switch(vi_control & 0x3)