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

Class eZ80atomics

core/cpu.c:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37eZ80cpu_t cpu;
38
39typedef struct eZ80atomics {
40 _Atomic(uint8_t) signals;
41} eZ80atomics_t;
42
43static eZ80atomics_t cpu_atomics;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected