no message

This commit is contained in:
BADIM-PC\Vadim
2017-11-08 14:07:23 +03:00
parent 0e146aee0c
commit a726b30d84
5 changed files with 116 additions and 87 deletions
+2
View File
@@ -431,6 +431,8 @@ static void api_reset(tic_mem* memory)
machine->state.scanline = NULL;
updateSaveid(memory);
memset(memory->code.data, 0, sizeof(tic_code));
}
static void api_pause(tic_mem* memory)