source:
buchla-68k/orig/RAM/TEMPO.C@
4f508e6
Last change on this file since 4f508e6 was 3ae31e9, checked in by , 7 years ago | |
---|---|
|
|
File size: 228 bytes |
Line | |
---|---|
1 | short tmpomlt; |
2 | short tmpoval; |
3 | |
4 | main() |
5 | { |
6 | register short ti; |
7 | |
8 | ti = ( (tmpomlt + 50) * tmpoval) / 100; |
9 | ti = (short)( (192000L / ti) - 1); |
10 | |
11 | ti = (tmpomlt + 50) * tmpoval; |
12 | ti = (short)( (19200000L / ti) - 1); |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.