TCX palette bug fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2695 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
18c6e2ff5a
commit
5c8cdbf833
1
hw/tcx.c
1
hw/tcx.c
@ -296,6 +296,7 @@ static void tcx_dac_writel(void *opaque, target_phys_addr_t addr, uint32_t val)
|
||||
case 2:
|
||||
s->b[s->dac_index] = val >> 24;
|
||||
update_palette_entries(s, s->dac_index, s->dac_index + 1);
|
||||
s->dac_index = (s->dac_index + 1) & 255; // Index autoincrement
|
||||
default:
|
||||
s->dac_state = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user