Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void keypad_reset(void) {
207
keypad.row = 0;
208
209
keypad_init_events();
210
211
gui_console_printf(
"[CEmu] Keypad reset.\n"
);
212
}
213
214
static const eZ80portrange_t device = {
215
.read = keypad_read,
Callers
1
doTestSequence
Function · 0.85
Calls
2
keypad_init_events
Function · 0.85
gui_console_printf
Function · 0.50
Tested by
1
doTestSequence
Function · 0.68