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

Function init_lcd

core/lcd.c:689–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687};
688
689eZ80portrange_t init_lcd(void) {
690 memset(&lcd, 0, offsetof(lcd_state_t, useDma));
691 gui_console_printf("[CEmu] Initialized LCD...\n");
692 return device;
693}
694
695bool lcd_save(FILE *image) {
696 return fwrite(&lcd, offsetof(lcd_state_t, data), 1, image) == 1;

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected