added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / compiler / include / devices / narrator.h
blobd24bb4334b7d950f6e5dfe886a57e83acac7a672
1 #ifndef DEVICES_NARRATOR_H
2 #define DEVICES_NARRATOR_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Narrator device (not implemented)
9 Lang: english
13 * Some of the defines here are needed in programs (Term V4.7).
15 #define MINRATE 1
16 #define MAXRATE 100
17 #define MINFREQ 200
18 #define MAXFREQ 20000
19 #define MINPITCH 10
20 #define MAXPITCH 50
21 #define MINVOL 1
22 #define MAXVOL 100
24 #define DEFRATE 50
25 #define DEFFREQ 2000
26 #define DEFPITCH 30
27 #define DEFVOL 50
28 #define DEFSEX 0
30 #endif