diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-13 19:24:07 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-13 19:24:07 +0000 |
commit | 5425a2164c99de50ac79e29cdd2cafbc3aafd2f4 (patch) | |
tree | 4091e7c7627a58982b8d69caa9b9f95d2c77a6ae /hw/tcx.c | |
parent | 3299908c834fd1699f59638dd36eba187963a694 (diff) |
Fix Sparc32 device save methods
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2657 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/tcx.c')
-rw-r--r-- | hw/tcx.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |