Creado register view
This commit is contained in:
@@ -495,7 +495,7 @@ void Interpreter::drw_vx_vy_nibble(const Instruction& instruction) const
|
||||
const auto& vx = this->machine_state->v[instruction.x];
|
||||
const auto& vy = this->machine_state->v[instruction.y];
|
||||
auto& vf = this->machine_state->v[0xF];
|
||||
auto& i = this->machine_state->i;
|
||||
const auto& i = this->machine_state->i;
|
||||
|
||||
const uint8_t start_x = vx & 63;
|
||||
const uint8_t start_y = vy & 31;
|
||||
|
||||
Reference in New Issue
Block a user