Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ lcd_save
Function
lcd_save
core/lcd.c:695–697 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
}
694
695
bool lcd_save(FILE *image) {
696
return fwrite(&lcd, offsetof(lcd_state_t, data), 1, image) == 1;
697
}
698
699
bool lcd_restore(FILE *image) {
700
lcd_init_events();
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected