no message

This commit is contained in:
BADIM-PC\Vadim
2017-11-02 22:29:31 +03:00
parent 20f7e6a437
commit eb1352256d
4 changed files with 59 additions and 31 deletions
+2
View File
@@ -493,6 +493,8 @@ static void api_clear(tic_mem* memory, u8 color)
{
api_rect(memory, machine->state.clip.l, machine->state.clip.t, machine->state.clip.r - machine->state.clip.l, machine->state.clip.b - machine->state.clip.t, color);
}
memory->ram.vram.vars.bg = color & 0xf;
}
static s32 drawChar(tic_mem* memory, u8 symbol, s32 x, s32 y, s32 width, s32 height, u8 color, s32 scale)