Revision 77f193da hw/cs4231.c

b/hw/cs4231.c
98 98
    DPRINTF("write reg[%d]: 0x%8.8x -> 0x%8.8x\n", saddr, s->regs[saddr], val);
99 99
    switch (saddr) {
100 100
    case 1:
101
        DPRINTF("write dreg[%d]: 0x%2.2x -> 0x%2.2x\n", CS_RAP(s), s->dregs[CS_RAP(s)], val);
101
        DPRINTF("write dreg[%d]: 0x%2.2x -> 0x%2.2x\n", CS_RAP(s),
102
                s->dregs[CS_RAP(s)], val);
102 103
        switch(CS_RAP(s)) {
103 104
        case 11:
104 105
        case 25: // Read only

Also available in: Unified diff