blob: 9d2a80d7d8a3919de0761ec77bfbb441a071c819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/.*\(0x3da.*/||/.*\(0x3ba.*/ {
if (v_3da != 1) print "_v_retrace_";
v_3da = 1;
next;
}
/.*\(0x42.*/||/.*\(0x43.*/ {
if (v_4x != 1) print "_timer_";
v_4x = 1;
next;
}
{
print;
v_3da = 0;
v_4x = 0;
}
|