mirror of https://github.com/mgba-emu/mgba.git
GB IO: Mark some registers as transparently handled
This commit is contained in:
parent
a2e32b61c2
commit
950ea997d3
|
@ -125,6 +125,8 @@ uint8_t GBIORead(struct GB* gb, unsigned address) {
|
|||
case REG_TIMA:
|
||||
case REG_TMA:
|
||||
case REG_TAC:
|
||||
case REG_LY:
|
||||
// Handled transparently by the registers
|
||||
break;
|
||||
default:
|
||||
// TODO: Log
|
||||
|
|
Loading…
Reference in New Issue