diff --git a/Machines/Oric/Video.cpp b/Machines/Oric/Video.cpp index ac81f6dd6..68c456cca 100644 --- a/Machines/Oric/Video.cpp +++ b/Machines/Oric/Video.cpp @@ -58,7 +58,7 @@ void VideoOutput::run_for_cycles(int number_of_cycles) if(!_counter) { - _phase += 64; + _phase += 128; _frame_counter++; } }