source: buchla-68k/ram/ratio.h

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

Include file cleanup.

  • Property mode set to 100644
File size: 840 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/* ratio.h -- generated: 1988-08-25 19:23:42 */
6
7int16_t ratio[100] = { /* ratio table */
8
9 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
10 0, 0, -1200, -1902, -2400, -2786, -3102, -3369, -3600, -3804,
11 0, 1200, 0, -702, -1200, -1586, -1902, -2169, -2400, -2604,
12 0, 1902, 702, 0, -498, -884, -1200, -1467, -1698, -1902,
13 0, 2400, 1200, 498, 0, -386, -702, -969, -1200, -1404,
14 0, 2786, 1586, 884, 386, 0, -316, -583, -814, -1018,
15 0, 3102, 1902, 1200, 702, 316, 0, -267, -498, -702,
16 0, 3369, 2169, 1467, 969, 583, 267, 0, -231, -435,
17 0, 3600, 2400, 1698, 1200, 814, 498, 231, 0, -204,
18 0, 3804, 2604, 1902, 1404, 1018, 702, 435, 204, 0
19};
Note: See TracBrowser for help on using the repository browser.