forked from KolibriOS/kolibrios
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:
@@ -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 ?
|
||||
|
||||
Reference in New Issue
Block a user