summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tx0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/tx0.c')
-rw-r--r--src/mess/drivers/tx0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/drivers/tx0.c b/src/mess/drivers/tx0.c
index dfc8037e208..e6a7ddc2d49 100644
--- a/src/mess/drivers/tx0.c
+++ b/src/mess/drivers/tx0.c
@@ -1588,6 +1588,7 @@ static MACHINE_CONFIG_START( tx0_64kw, tx0_state )
MCFG_SCREEN_VISIBLE_AREA(0, virtual_width-1, 0, virtual_height-1)
MCFG_SCREEN_UPDATE_DRIVER(tx0_state, screen_update_tx0)
MCFG_SCREEN_VBLANK_DRIVER(tx0_state, screen_eof_tx0)
+ MCFG_SCREEN_PALETTE("palette")
MCFG_CRT_ADD( "crt", tx0_crt_interface )
MCFG_DEVICE_ADD("readt", TX0_READTAPE, 0)