summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/template_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/template_driver.c')
-rw-r--r--src/mame/etc/template_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/etc/template_driver.c b/src/mame/etc/template_driver.c
index 480e8ab1e7d..b553eb9455d 100644
--- a/src/mame/etc/template_driver.c
+++ b/src/mame/etc/template_driver.c
@@ -153,7 +153,7 @@ static MACHINE_CONFIG_START( xxx, xxx_state )
// MCFG_SCREEN_VISIBLE_AREA(0*8, 32*8-1, 0*8, 32*8-1)
MCFG_SCREEN_RAW_PARAMS(MAIN_CLOCK/2, 442, 0, 320, 264, 0, 240) /* generic video timing, change accordingly */
- MCFG_GFXDECODE_ADD("gfxdecode", xxx)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", xxx)
MCFG_PALETTE_ADD("palette", 8)
MCFG_PALETTE_INIT_OWNER(xxx_state, xxx)