GB IO: Mark some registers as transparently handled

This commit is contained in:
Jeffrey Pfau 2016-01-21 01:11:44 -08:00
parent a2e32b61c2
commit 950ea997d3
1 changed files with 2 additions and 0 deletions

View File

@ -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