mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
atimach64gx: Init CRTC_DISPLAY_DIS.
This commit is contained in:
parent
3e6f7ef541
commit
bd5ecf8cbb
@ -162,6 +162,8 @@ AtiMach64Gx::AtiMach64Gx()
|
||||
|
||||
// set the FIFO
|
||||
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
|
||||
}
|
||||
|
||||
void AtiMach64Gx::change_one_bar(uint32_t &aperture, uint32_t aperture_size, uint32_t aperture_new, int bar_num) {
|
||||
|
Loading…
Reference in New Issue
Block a user