This commit is contained in:
parent
2ba61e595c
commit
73c60fbd11
23 changed files with 471 additions and 84 deletions
|
@ -55,15 +55,25 @@ struct TPInfo
|
|||
/*----------------------------------------------------------------------
|
||||
Vars
|
||||
---- */
|
||||
// changed by dave to get the pixel border back
|
||||
static TPInfo const InfStruct[TP_NUM_OF_TP_TYPES]=
|
||||
{
|
||||
{1,256,1,1}, /* TP_4 */
|
||||
{2,512,2,1}, /* TP_8 */
|
||||
{4,256,4,1}, /* TP_16 */
|
||||
{0,0,0,0}, /* TP_SCREEN */
|
||||
{16*4,1024*4,0,0}, /* TP_PAL */
|
||||
{1,256,0,0}, // TP_4
|
||||
{2,512,0,0}, // TP_8
|
||||
{4,256,0,0}, // TP_16
|
||||
{0,0,0,0}, // TP_SCREEN
|
||||
{16*4,1024*4,0,0}, // TP_PAL
|
||||
};
|
||||
|
||||
/*
|
||||
static TPInfo const InfStruct[TP_NUM_OF_TP_TYPES]=
|
||||
{
|
||||
{1,256,1,1}, // TP_4
|
||||
{2,512,2,1}, // TP_8
|
||||
{4,256,4,1}, // TP_16
|
||||
{0,0,0,0}, // TP_SCREEN
|
||||
{16*4,1024*4,0,0}, // TP_PAL
|
||||
};
|
||||
*/
|
||||
/*----------------------------------------------------------------------
|
||||
Function Prototypes
|
||||
------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue