Home
last modified time | relevance | path

Searched refs:rtc_section (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/sameboy/SameBoy-0.14.7/Core/
H A Dgb.c1601 uint8_t rtc_section[GB_SECTION_SIZE(rtc)]; in GB_reset() local
1602 memcpy(rtc_section, GB_GET_SECTION(gb, rtc), sizeof(rtc_section)); in GB_reset()
1604 memcpy(GB_GET_SECTION(gb, rtc), rtc_section, sizeof(rtc_section)); in GB_reset()