mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
Reinstated temporary Oric-related fix.
This commit is contained in:
@@ -290,7 +290,7 @@ void CRT::output_scan(const Scan *const scan)
|
||||
colour_burst_phase_ = (position_phase + scan->phase) & 255;
|
||||
colour_burst_amplitude_ = scan->amplitude;
|
||||
|
||||
colour_burst_phase_ &= ~63;
|
||||
colour_burst_phase_ = (colour_burst_phase_ & ~63) + 32;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user