Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ init_intrpt
Function
init_intrpt
core/interrupt.c:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
};
119
120
eZ80portrange_t init_intrpt(void) {
121
gui_console_printf(
"[CEmu] Initialized Interrupt Controller...\n"
);
122
return device;
123
}
124
125
bool intrpt_save(FILE *image) {
126
bool ret = false;
Callers
1
plug_devices
Function · 0.85
Calls
1
gui_console_printf
Function · 0.50
Tested by
no test coverage detected