PVcollib  1.5.0
A devkit for ColecoVision
phoenix.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------------
2 
3  Generic phoenix functions
4 
5  Copyright (C) 2018-2019
6  Alekmaul
7 
8  This software is provided 'as-is', without any express or implied
9  warranty. In no event will the authors be held liable for any
10  damages arising from the use of this software.
11 
12  Permission is granted to anyone to use this software for any
13  purpose, including commercial applications, and to alter it and
14  redistribute it freely, subject to the following restrictions:
15 
16  1. The origin of this software must not be misrepresented; you
17  must not claim that you wrote the original software. If you use
18  this software in a product, an acknowledgment in the product
19  documentation would be appreciated but is not required.
20  2. Altered source versions must be plainly marked as such, and
21  must not be misrepresented as being the original software.
22  3. This notice may not be removed or altered from any source
23  distribution.
24 
25 ---------------------------------------------------------------------------------*/
36 #ifndef COL_F18A_INCLUDE
37 #define COL_F18A_INCLUDE
38 
39 #include <coleco/coltypes.h>
40 #include <coleco/f18a.h>
41 
46 #define sys_phoenixok vdp_f18aok;
47 
54 #define sys_phoenixinit vdp_f18ainit;
55 
56 #endif
contains the basic definitions for controlling the f18a video device.
Custom types used by pvcollib.