Lines Matching full:rtc
1443 //RTC (Real Time Clock for MBC3):
1445 this.latchedSeconds = 0; //RTC latched seconds.
1446 this.latchedMinutes = 0; //RTC latched minutes.
1447 this.latchedHours = 0; //RTC latched hours.
1448 this.latchedLDays = 0; //RTC latched lower 8-bits of the day counter.
1449 this.latchedHDays = 0; //RTC latched high-bit of the day counter.
1450 this.RTCSeconds = 0; //RTC seconds counter.
1451 this.RTCMinutes = 0; //RTC minutes counter.
1452 this.RTCHours = 0; //RTC hours counter.
1453 this.RTCDays = 0; //RTC days counter.
1454 this.RTCDayOverFlow = false; //Did the RTC overflow and wrap the day counter?
1455 this.RTCHALT = false; //Is the RTC allowed to clock up?
1554 this.cTIMER = false; //Does the cartridge have an RTC?
7029 this.clockUpdate(); //RTC clocking.
7519 //Update the MBC3 RTC:
8820 //MBC3 RTC + RAM:
9341 //MBC3 RTC + RAM:
9440 //Copy over the current RTC time for reading.
9503 cout("(Bank #" + parentObj.currMBCRAMBank + ") RTC write out of range: " + data, 1);
9511 cout("(Bank #" + parentObj.currMBCRAMBank + ") RTC write out of range: " + data, 1);
9519 cout("(Bank #" + parentObj.currMBCRAMBank + ") RTC write out of range: " + data, 1);
10813 cout("Saving the RTC...", 0);
10817 cout("Could not save the RTC of the current emulation state(\"" + error.message + "\").", 2);
10854 cout("Found a previous RTC state (Will attempt to load).", 0);
10858 cout("Could not find any previous RTC copy for the current ROM.", 0);
10862 cout("Could not open the RTC data of the saved emulation state.", 2);