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

Function lcd_update

core/lcd.c:480–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void lcd_update(void) {
481 emu_set_lcd_ptrs(&lcd.data, &lcd.data_end, LCD_WIDTH, LCD_HEIGHT, lcd.upbase, lcd.control, true);
482}
483
484void emu_set_lcd_ptrs(uint32_t **dat, uint32_t **dat_end, int width, int height, uint32_t addr, uint32_t lcd_control, bool mask) {
485 uint8_t mode = lcd_control >> 1 & 7;

Callers 5

lcd_resetFunction · 0.85
lcd_writeFunction · 0.85
lcd_restoreFunction · 0.85
control_writeFunction · 0.85
debugSyncMethod · 0.85

Calls 1

emu_set_lcd_ptrsFunction · 0.85

Tested by

no test coverage detected