diff --git a/devices/video/atirage.cpp b/devices/video/atirage.cpp index 800ad35..b93b1d2 100644 --- a/devices/video/atirage.cpp +++ b/devices/video/atirage.cpp @@ -407,14 +407,14 @@ void ATIRage::write_reg(uint32_t reg_offset, uint32_t value, uint32_t size) { new_value = value; this->cursor_dirty = true; draw_fb = true; - WRITE_VALUE_AND_LOG(ATICURSOR); + WRITE_VALUE_AND_LOG(9); return; case ATI_CUR_OFFSET: new_value = value; if (old_value != new_value) this->cursor_dirty = true; draw_fb = true; - WRITE_VALUE_AND_LOG(ATICURSOR); + WRITE_VALUE_AND_LOG(9); return; case ATI_CUR_HORZ_VERT_OFF: new_value = value; @@ -424,7 +424,7 @@ void ATIRage::write_reg(uint32_t reg_offset, uint32_t value, uint32_t size) { ) this->cursor_dirty = true; draw_fb = true; - WRITE_VALUE_AND_LOG(ATICURSOR); + WRITE_VALUE_AND_LOG(9); return; case ATI_CUR_HORZ_VERT_POSN: new_value = value;