Import upstream u-boot 1.1.4
[u-boot.git] / board / MAI / bios_emulator / scitech / src / v86bios / awk.scr
1 /.*\(0x3da.*/||/.*\(0x3ba.*/ { 
2         if (v_3da != 1) print "_v_retrace_";
3         v_3da = 1;
4         next;        
5         }
6 /.*\(0x42.*/||/.*\(0x43.*/ {
7         if (v_4x != 1) print "_timer_";
8         v_4x = 1;
9         next;
10 }
11 {
12     print;
13     v_3da = 0;
14     v_4x = 0;
15 }