mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +03:00
Merge pull request #702 from Happy-yappH/master
N64: Non-interlaced field index should be fixed at zero.
This commit is contained in:
commit
ffe28b99ab
@ -174,7 +174,7 @@ void n64_periphs::video_update(bitmap_rgb32 &bitmap)
|
||||
}
|
||||
else
|
||||
{
|
||||
field = 1;
|
||||
field = 0;
|
||||
}
|
||||
|
||||
switch(vi_control & 0x3)
|
||||
|
Loading…
Reference in New Issue
Block a user