summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti99_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ti99_2.c')
-rw-r--r--src/mess/drivers/ti99_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ti99_2.c b/src/mess/drivers/ti99_2.c
index ac3381b632e..72485c6e4a1 100644
--- a/src/mess/drivers/ti99_2.c
+++ b/src/mess/drivers/ti99_2.c
@@ -393,7 +393,7 @@ static MACHINE_CONFIG_START( ti99_2, ti99_2_state )
MCFG_SCREEN_UPDATE_DRIVER(ti99_2_state, screen_update_ti99_2)
MCFG_SCREEN_PALETTE("palette")
- MCFG_GFXDECODE_ADD("gfxdecode", ti99_2)
+ MCFG_GFXDECODE_ADD("gfxdecode", "palette", ti99_2)
MCFG_PALETTE_ADD_WHITE_AND_BLACK("palette")
MACHINE_CONFIG_END