Subversion Repositories Kolibri OS

Rev

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

Rev 593 Rev 1168
Line 9... Line 9...
9
;;                                                              ;;
9
;;                                                              ;;
10
;;  Paul Butcher, paul.butcher@asa.co.uk                        ;;
10
;;  Paul Butcher, paul.butcher@asa.co.uk                        ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 593 $
14
$Revision: 1168 $
Line 15... Line 15...
15
 
15
 
Line 111... Line 111...
111
       out   dx,al
111
       out   dx,al
112
       add   ah,1
112
       add   ah,1
113
       loop  palnew
113
       loop  palnew
Line 114... Line 114...
114
 
114
 
115
       ret
115
       ret
116
 
116
align 4
117
uglobal
117
uglobal
118
  novesachecksum dd 0x0
118
  novesachecksum dd 0x0
119
  EGA_counter    db  0
119
  EGA_counter    db  0
120
  VGA_drawing_screen db 0
120
  VGA_drawing_screen db 0
121
  VGA_8_pixels:
121
  VGA_8_pixels:
122
     rb 16
122
     rb 16
123
  temp:
123
  temp:
124
     .cx dd 0
124
     .cx dd 0
125
endg
125
endg
126
 
126
align 4
Line 127... Line 127...
127
checkVga_N13:
127
checkVga_N13:
128
 
128