aboutsummaryrefslogtreecommitdiff
path: root/hw/tcx.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/tcx.c')
-rw-r--r--hw/tcx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/tcx.c b/hw/tcx.c
index a1a6b68559..7ab0aa33aa 100644
--- a/hw/tcx.c
+++ b/hw/tcx.c
@@ -243,6 +243,8 @@ static int tcx_load(QEMUFile *f, void *opaque, int version_id)
qemu_get_8s(f, &s->dac_index);
qemu_get_8s(f, &s->dac_state);
update_palette_entries(s, 0, 256);
+ tcx_invalidate_display(s);
+
return 0;
}