summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cherrym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cherrym.c')
-rw-r--r--src/mame/drivers/cherrym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/cherrym.c b/src/mame/drivers/cherrym.c
index 95f6266ef0c..001639501ea 100644
--- a/src/mame/drivers/cherrym.c
+++ b/src/mame/drivers/cherrym.c
@@ -16,7 +16,6 @@ static tilemap *bg_tilemap;
static PALETTE_INIT( cm )
{
- #define COLOR(gfxn,offs) (colortable[machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs])
int i;
for ( i = 0; i < machine->drv->total_colors; i++ )
@@ -392,7 +391,6 @@ static MACHINE_DRIVER_START( cmv801 )
MDRV_GFXDECODE(cherrym)
MDRV_PALETTE_LENGTH(256)
- MDRV_COLORTABLE_LENGTH(256)
MDRV_PALETTE_INIT(cm)
MDRV_VIDEO_START(cm)