2 Commits

Author SHA1 Message Date
fa85d3cb34 added chuleta 2022-05-04 15:12:12 +02:00
3dfa177cd2 [FIX] Wrong color screen address for mode 3 2022-02-21 16:43:57 +01:00
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ wiki/*
scr_min.c
tests.lua
fake_editor.lua
*.bin

View File

@@ -120,7 +120,7 @@ void reinit() {
cursor_x = 0;
cursor_y = 0;
char_screen = &mem[0];
color_screen = &mem[1200];
color_screen = &mem[768];
//SDL_RenderSetLogicalSize(mini_ren, 640, 480);
mini_bak = SDL_CreateTexture(mini_ren, SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, 256, 192);
break;

BIN
chuleta_font.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB