File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments