PVcollib  1.5.0
A devkit for ColecoVision
coleco.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------------
2 
3  Copyright (C) 2018-2019
4 
5  This software is provided 'as-is', without any express or implied
6  warranty. In no event will the authors be held liable for any
7  damages arising from the use of this software.
8 
9  Permission is granted to anyone to use this software for any
10  purpose, including commercial applications, and to alter it and
11  redistribute it freely, subject to the following restrictions:
12 
13 
14  1. The origin of this software must not be misrepresented; you
15  must not claim that you wrote the original software. If you use
16  this software in a product, an acknowledgment in the product
17  documentation would be appreciated but is not required.
18 
19  2. Altered source versions must be plainly marked as such, and
20  must not be misrepresented as being the original software.
21 
22  3. This notice may not be removed or altered from any source
23  distribution.
24 
25 ---------------------------------------------------------------------------------*/
70 //adding the example page.
112 #ifndef COL_INCLUDE
113 #define COL_INCLUDE
114 
115 #include <coleco/coltypes.h>
116 
117 #include "coleco/console.h"
118 #include "coleco/pad.h"
119 #include "coleco/score.h"
120 #include "coleco/sound.h"
121 #include "coleco/sprite.h"
122 #include "coleco/video.h"
123 #include "coleco/f18a.h"
124 
125 #endif // COL_INCLUDE
contains the basic definitions for controlling the video hardware.
coleco generic score support.
contains the basic definitions for controlling the f18a video device.
coleco generic sprites support.
coleco generic sound support.
coleco generic pad & spinner support.
Custom types used by pvcollib.
coleco generic console support.