view packages/services/gfx/mw/current/src/engine/devpal1.c @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents e0c0827131d1
children
line wrap: on
line source

/*
 * Copyright (c) 1999 Greg Haerr <greg@censoft.com>
 *
 * 1bpp (2 color) standard palette definition
 */
#include "device.h"

/*
 * Standard palette for 2 color (monochrome) systems.
 */
MWPALENTRY mwstdpal1[2] = {
	RGBDEF( 0  , 0  , 0   ),	/* black*/
	RGBDEF( 255, 255, 255 )		/* white*/
};