source: buchla-68k/orig/RAM/TEMPO.C

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 228 bytes
Line 
1short tmpomlt;
2short tmpoval;
3
4main()
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.