MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / lcd_restore

Function lcd_restore

core/lcd.c:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699bool lcd_restore(FILE *image) {
700 lcd_init_events();
701 bool ret = fread(&lcd, offsetof(lcd_state_t, data), 1, image) == 1;
702 lcd_update();
703 return ret;
704}

Callers 1

asic_restoreFunction · 0.85

Calls 2

lcd_init_eventsFunction · 0.85
lcd_updateFunction · 0.85

Tested by

no test coverage detected