forked from KolibriOS/kolibrios
Added invaders header
git-svn-id: svn://kolibrios.org@962 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5bdf2ad9db
commit
eeaf474a79
@ -90,7 +90,12 @@ draw_window:
|
|||||||
mov ecx,WINDOW_Y*65536+30+SCREEN_Y ; [y start] *65536 + [y size]
|
mov ecx,WINDOW_Y*65536+30+SCREEN_Y ; [y start] *65536 + [y size]
|
||||||
mov edx,0x04000000 ; color of work area RRGGBB,8->color gl
|
mov edx,0x04000000 ; color of work area RRGGBB,8->color gl
|
||||||
mov esi,0x805080d0 ; color of grab bar RRGGBB,8->color gl
|
mov esi,0x805080d0 ; color of grab bar RRGGBB,8->color gl
|
||||||
mov edi,0x005080d0 ; color of frames RRGGBB
|
mov edi,0x005080d0 ; color of frames RRGGBB
|
||||||
|
int 0x40
|
||||||
|
|
||||||
|
mov eax,71
|
||||||
|
mov ebx,1
|
||||||
|
mov ecx,header
|
||||||
int 0x40
|
int 0x40
|
||||||
|
|
||||||
call [drawroutine]
|
call [drawroutine]
|
||||||
@ -105,4 +110,6 @@ load_highscores:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
save_highscores:
|
save_highscores:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
header db 'Invaders',0
|
Loading…
Reference in New Issue
Block a user