Skip to content

Commit 52631da

Browse files
joevtdingusdev
authored andcommitted
atimach64gx: Fix comments.
1 parent 5bfc9a3 commit 52631da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

devices/video/atimach64gx.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,9 @@ void AtiMach64Gx::crtc_update()
847847
LOG_F(INFO, "%s: primary CRT controller enabled:", this->name.c_str());
848848
LOG_F(INFO, "Video mode: %s",
849849
bit_set(this->regs[ATI_CRTC_GEN_CNTL], ATI_CRTC_EXT_DISP_EN) ? "extended" : "VGA");
850-
LOG_F(INFO, "Video width: %d px", this->active_width);
851-
LOG_F(INFO, "Video height: %d px", this->active_height);
852-
LOG_F(INFO, "Vertical blank: %d px", this->vert_blank);
850+
LOG_F(INFO, "Video width: %d pixels", this->active_width);
851+
LOG_F(INFO, "Video height: %d lines", this->active_height);
852+
LOG_F(INFO, "Vertical blank: %d lines", this->vert_blank);
853853
verbose_pixel_format(0);
854854
LOG_F(INFO, "Pixel (dot) clock: %f MHz", this->pixel_clock * 1e-6);
855855
LOG_F(INFO, "Refresh rate: %f Hz", this->refresh_rate);

0 commit comments

Comments
 (0)