MCPcopy 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
120eZ80portrange_t init_intrpt(void) {
121 gui_console_printf("[CEmu] Initialized Interrupt Controller...\n");
122 return device;
123}
124
125bool intrpt_save(FILE *image) {
126 bool ret = false;

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected