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

Function keypad_reset

core/keypad.c:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void keypad_reset(void) {
207 keypad.row = 0;
208
209 keypad_init_events();
210
211 gui_console_printf("[CEmu] Keypad reset.\n");
212}
213
214static const eZ80portrange_t device = {
215 .read = keypad_read,

Callers 1

doTestSequenceFunction · 0.85

Calls 2

keypad_init_eventsFunction · 0.85
gui_console_printfFunction · 0.50

Tested by 1

doTestSequenceFunction · 0.68