source:
buchla-68k/orig/RAM/TEMPO.C@
5399628
| Last change on this file since 5399628 was 3ae31e9, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 228 bytes | |
| Rev | Line | |
|---|---|---|
| [3ae31e9] | 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.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)