Add write-after-cycles, reset handling

This commit is contained in:
2026-04-16 15:37:32 +03:00
parent b5a4fdf755
commit c907d45763
20 changed files with 756 additions and 434 deletions

View File

@@ -24,6 +24,7 @@ typedef struct {
typedef struct {
uint8_t* resetRequest;
uint8_t* emulState;
uint64_t* clockCounter;
LinkedListEntry** clientsHead;