Allgames: renamed "game_center" and its ini file to save space on ramdisk

Eolite: fixed big icon position in properties dialog
Board: press F2 to open boardlog.ini in Tinypad
Wv_skin.png: much better packed 2 secors instead of 5
Icons32.png: improved Almaz icons


git-svn-id: svn://kolibrios.org@7425 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2018-10-02 14:01:29 +00:00
parent 34d38f1a42
commit b1df9e7cd1
17 changed files with 35 additions and 34 deletions
+14
View File
@@ -184,7 +184,13 @@ key:
mcall 2
cmp ah, ' '
je button.noclose
cmp ah, 51 ; F2
je open_boardlog
jmp still
open_boardlog:
mcall 70, open_log_in_tinypad
jmp red
;------------------------------------------------------------------------------
button:
mcall 17 ; get id
@@ -443,6 +449,14 @@ InfoStructure:
db ?
dd ? ; pointer to the filename
open_log_in_tinypad:
dd 7
dd 0
dd filename
dd 0
dd 0
db '/sys/tinypad',0
buffer_length rb 3
process_count dd ?
krnl_cnt dd ?