atimach64gx: Remove crtc_enable.

This commit is contained in:
joevt 2024-02-28 01:13:34 -08:00 committed by dingusdev
parent bfd60155b6
commit 2a290ff9c1
2 changed files with 0 additions and 4 deletions

View File

@ -527,15 +527,12 @@ void AtiMach64Gx::enable_crtc_internal()
this->start_refresh_task();
this->crtc_on = true;
this->crtc_enable = 1;
}
void AtiMach64Gx::disable_crtc_internal()
{
this->blank_on = true;
this->blank_display();
this->crtc_enable = 0;
}
// ========================== IBM RGB514 related code ==========================

View File

@ -82,7 +82,6 @@ private:
uint32_t config_cntl;
uint32_t mm_regs_offset;
int crtc_enable = 0;
// RGB514 RAMDAC state
uint8_t dac_idx_lo;