Subversion Repositories Kolibri OS

Rev

Rev 285 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 285 Rev 378
Line 63... Line 63...
63
R9800       equ 0x4E49  ;R350
63
R9800       equ 0x4E49  ;R350
64
R9800P      equ 0x4E48  ;R350
64
R9800P      equ 0x4E48  ;R350
65
R9800XT     equ 0x4E4A  ;R360
65
R9800XT     equ 0x4E4A  ;R360
66
 
66
 
Line 67... Line 67...
67
OS_BASE         equ 0;  0x80400000
67
OS_BASE         equ 0
68
new_app_base    equ 0x60400000;   0x01000000
68
new_app_base    equ 0x80000000
69
PROC_BASE       equ OS_BASE+0x0080000
69
PROC_BASE       equ 0x0080000
Line 70... Line 70...
70
 
70
 
71
PG_SW        equ 0x003
71
PG_SW        equ 0x003
Line 72... Line 72...
72
PG_NOCACHE   equ 0x018
72
PG_NOCACHE   equ 0x018
Line 230... Line 230...
230
 
230
 
Line 231... Line 231...
231
           mov eax, [edi+input]
231
           mov eax, [edi+input]
232
           call video_free
232
           call video_free
233
.fail:
233
.fail:
234
           xor eax, eax
234
           or eax, -1
235
           ret
235
           ret
236
endp
236
endp
Line 237... Line 237...
237
 
237
 
238
restore   handle
238
restore   handle
Line 979... Line 979...
979
        dd (R9800P  shl 16)+VID_ATI
979
        dd (R9800P  shl 16)+VID_ATI
980
        dd (R9800XT shl 16)+VID_ATI
980
        dd (R9800XT shl 16)+VID_ATI
981
        dd 0    ;terminator
981
        dd 0    ;terminator
982
 
982
 
Line 983... Line 983...
983
version dd 0x00030003
983
version dd 0x00040004
Line 984... Line 984...
984
 
984
 
Line 985... Line 985...
985
sz_ati_srv   db 'HWCURSOR',0
985
sz_ati_srv   db 'HWCURSOR',0
986
 
986