Removed unneeded test code

Was trying to see what was causing Mac OS X's menu bar to sag 96 pixels
This commit is contained in:
dingusdev 2024-12-03 07:46:13 -07:00
parent b512702fbb
commit 2a92ce78f5

View File

@ -142,8 +142,6 @@ ATIRage::ATIRage(uint16_t dev_id)
uint8_t mon_code = this->disp_id->read_monitor_sense(0, 0);
this->regs[ATI_GP_IO] = ((mon_code & 6) << 11) | ((mon_code & 1) << 8);
this->regs[ATI_SRC_Y] = 96;
this->regs[ATI_DST_Y] = 0;
insert_bits<uint32_t>(this->regs[ATI_GUI_STAT], 32, ATI_FIFO_CNT, ATI_FIFO_CNT_size);
set_bit(regs[ATI_CRTC_GEN_CNTL], ATI_CRTC_DISPLAY_DIS); // because blank_on is true