mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
Fix compiler warnings: never executed.
This commit is contained in:
parent
85d0900d7d
commit
1b221bc0bd
@ -92,7 +92,6 @@ uint8_t EsccController::read(uint8_t reg_offset)
|
||||
} else {
|
||||
return this->ch_a->read_reg(this->reg_ptr);
|
||||
}
|
||||
this->reg_ptr = 0;
|
||||
break;
|
||||
case EsccReg::Port_B_Data:
|
||||
return this->ch_b->receive_byte();
|
||||
|
Loading…
x
Reference in New Issue
Block a user