source: buchla-68k/include/sclock.h@ eee74cd

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

Include file cleanup.

  • Property mode set to 100644
File size: 655 bytes
Line 
1/*
2 =============================================================================
3 sclock.h -- score clock sources and controls
4 Version 1 -- 1988-01-20 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#pragma once
9
10#include "hwdefs.h"
11
12#define CK_LOCAL 0
13#define CK_MIDI 1
14#define CK_SMPTE 2
15#define CK_PLS24 3
16#define CK_PLS48 4
17#define CK_PLS96 5
18#define CK_STEP 6
19
20#define TIME_CRX io_time[0]
21#define TIME_CR2 io_time[2]
22#define TIME_T1H io_time[4]
23#define TIME_T1L io_time[6]
24#define TIME_T2H io_time[8]
25#define TIME_T2L io_time[10]
26#define TIME_T3H io_time[12]
27#define TIME_T3L io_time[14]
Note: See TracBrowser for help on using the repository browser.