mirror of https://github.com/mgba-emu/mgba.git
Merge branch 'master' into medusa
This commit is contained in:
commit
49f573662b
|
@ -310,6 +310,9 @@ unsigned GBARTCOutput(struct GBARTC* rtc) {
|
|||
break;
|
||||
}
|
||||
unsigned output = (outputByte >> rtc->bitsRead) & 1;
|
||||
if (rtc->bitsRead == 0) {
|
||||
mLOG(GBA_HW, DEBUG, "RTC output byte %02X", outputByte);
|
||||
}
|
||||
return output;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue