diff options
Diffstat (limited to 'cpu/bf533/video.c')
-rw-r--r-- | cpu/bf533/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf533/video.c b/cpu/bf533/video.c index 056564a..3ff0151 100644 --- a/cpu/bf533/video.c +++ b/cpu/bf533/video.c @@ -45,7 +45,7 @@ int is_vblank_line(const int line) { /* * This array contains a single bit for each line in - * an NTSC frame. + * an NTSC frame. */ if ((line <= 18) || (line >= 264 && line <= 281) || (line == 528)) return true; |