Skip to content

Commit 5bfc9a3

Browse files
joevtdingusdev
authored andcommitted
atirage: Fix comments.
1 parent 94ee77e commit 5bfc9a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

devices/video/atirage.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,9 +889,9 @@ void ATIRage::crtc_update() {
889889
LOG_F(INFO, "%s: primary CRT controller enabled:", this->name.c_str());
890890
LOG_F(INFO, "Video mode: %s",
891891
bit_set(this->regs[ATI_CRTC_GEN_CNTL], ATI_CRTC_EXT_DISP_EN) ? "extended" : "VGA");
892-
LOG_F(INFO, "Video width: %d px", this->active_width);
893-
LOG_F(INFO, "Video height: %d px", this->active_height);
894-
LOG_F(INFO, "Vertical blank: %d px", this->vert_blank);
892+
LOG_F(INFO, "Video width: %d pixels", this->active_width);
893+
LOG_F(INFO, "Video height: %d lines", this->active_height);
894+
LOG_F(INFO, "Vertical blank: %d lines", this->vert_blank);
895895
verbose_pixel_format(0);
896896
LOG_F(INFO, "VPLL frequency: %f MHz", vpll_freq * 1e-6);
897897
LOG_F(INFO, "Pixel (dot) clock: %f MHz", this->pixel_clock * 1e-6);

0 commit comments

Comments
 (0)