source: buchla-68k/ram/librw.x@ 526a993

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

Wording change.

  • Property mode set to 100644
File size: 953 bytes
Line 
1/*
2 =============================================================================
3 librw.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external functions
14 =============================================================================
15*/
16
17extern int16_t get_asg(void);
18extern int16_t get_orc(int16_t lorh, int16_t kind);
19extern int16_t get_pat(void);
20extern int16_t get_scr(void);
21extern int16_t get_seq(void);
22extern int16_t get_tun(void);
23extern int16_t get_wav(void);
24extern int16_t wrt_asg(int16_t slot);
25extern int16_t wrt_orc(int16_t slot, int16_t lorh);
26extern int16_t wrt_pat(int16_t slot);
27extern int16_t wrt_scr(int16_t slot);
28extern int16_t wrt_seq(int16_t slot);
29extern int16_t wrt_tun(int16_t slot);
30extern int16_t wrt_wav(int16_t slot);
Note: See TracBrowser for help on using the repository browser.