Fixed a number of bug sin various modules, VS440FX mostly works now (one bug on soft reset is missing which is left to be debugged).
This commit is contained in:
@@ -79,6 +79,7 @@ postcard_setui(void)
|
||||
int len = strlen(postcard_str);
|
||||
postcard_str[len + 1] = '\0';
|
||||
postcard_str[len] = '\n';
|
||||
postcard_log("[%04X:%08X] ", CS, cpu_state.pc);
|
||||
postcard_log(postcard_str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user