From dbddcd109cc9cdfbc2fffe621eb18fd1b9b4497e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 23 Apr 2023 22:38:42 -0400 Subject: [PATCH] Add mention of text mode. --- Components/9918/Implementation/ClockConverter.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Components/9918/Implementation/ClockConverter.hpp b/Components/9918/Implementation/ClockConverter.hpp index 4fb8830ab..9e115d935 100644 --- a/Components/9918/Implementation/ClockConverter.hpp +++ b/Components/9918/Implementation/ClockConverter.hpp @@ -162,8 +162,9 @@ template struct LineLayout; // [EndOfRightBorder, ] blank // // ... with minor caveats: -// * horizontal adjust on the Yamaha VDPs is applied to EndOfLeftBorder and EndOfPixels; and -// * the Sega VDPs may programatically extend the left border. +// * horizontal adjust on the Yamaha VDPs is applied to EndOfLeftBorder and EndOfPixels; +// * the Sega VDPs may programatically extend the left border; and +// * text mode on all VDPs adjusts border width. template struct LineLayout> { constexpr static int EndOfSync = 26;