Skip to content

Commit 010255f

Browse files
giuliofgiomba
authored andcommitted
feat: start the execution when the emulator starts
1 parent 3dcc9ab commit 010255f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ceda.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ int ceda_run(void) {
154154
goto err;
155155
}
156156

157+
cpu_pause(false);
158+
157159
// main loop
158160
for (;;) {
159161
// poll all modules

0 commit comments

Comments
 (0)