Debugger STEP and BIGSTEP.

This commit is contained in:
2017-01-31 19:59:34 +01:00
parent e47cb247eb
commit 9b4e5be3b4
5 changed files with 16 additions and 2 deletions

View File

@@ -203,6 +203,10 @@ void debug_init(unsigned char* mem) {
fclose(f);
program[fsize] = 0;
debug_update();
}
void debug_update() {
debug_set_paper(128, 128, 128);
debug_clear();