diff --git a/Components/9918/Implementation/ClockConverter.hpp b/Components/9918/Implementation/ClockConverter.hpp index eff4e2466..b8135216f 100644 --- a/Components/9918/Implementation/ClockConverter.hpp +++ b/Components/9918/Implementation/ClockConverter.hpp @@ -195,7 +195,7 @@ template struct LineLayout; // * horizontal adjust on the Yamaha VDPs is applied to EndOfLeftBorder and EndOfPixels; and // * the Sega VDPs may programatically extend the left border. -template struct LineLayout> { +template struct LineLayout> { constexpr static int EndOfSync = 26; constexpr static int StartOfColourBurst = 29; constexpr static int EndOfColourBurst = 43;