mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
parent
cd4498a36a
commit
81ad864659
@ -471,7 +471,7 @@ template <class BusHandler, bool is_iie> class Video: public VideoBase {
|
|||||||
#if defined(__APPLE__) && !defined(IGNORE_APPLE)
|
#if defined(__APPLE__) && !defined(IGNORE_APPLE)
|
||||||
constexpr int phase = 224;
|
constexpr int phase = 224;
|
||||||
#else
|
#else
|
||||||
constexpr int phase = 0;
|
constexpr int phase = 192;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
crt_.output_colour_burst((colour_burst_end - colour_burst_start) * 14, phase);
|
crt_.output_colour_burst((colour_burst_end - colour_burst_start) * 14, phase);
|
||||||
|
Loading…
Reference in New Issue
Block a user