comparison vdp.c @ 629:9089951a1994

Small fix to display of DMA source address in vr debug command
author Michael Pavone <pavone@retrodev.com>
date Thu, 14 Aug 2014 09:38:32 -0700
parents 788545f4064f
children 5d58dcd94733
comparison
equal deleted inserted replaced
628:041578693329 629:9089951a1994
253 context->regs[REG_DMALEN_L], 253 context->regs[REG_DMALEN_L],
254 context->regs[REG_DMALEN_H], context->regs[REG_DMALEN_H] << 8 | context->regs[REG_DMALEN_L], 254 context->regs[REG_DMALEN_H], context->regs[REG_DMALEN_H] << 8 | context->regs[REG_DMALEN_L],
255 context->regs[REG_DMASRC_L], 255 context->regs[REG_DMASRC_L],
256 context->regs[REG_DMASRC_M], 256 context->regs[REG_DMASRC_M],
257 context->regs[REG_DMASRC_H], 257 context->regs[REG_DMASRC_H],
258 context->regs[REG_DMASRC_H] << 17 | context->regs[REG_DMASRC_M] << 9 | context->regs[REG_DMASRC_L], 258 context->regs[REG_DMASRC_H] << 17 | context->regs[REG_DMASRC_M] << 9 | context->regs[REG_DMASRC_L] << 1,
259 src_types[context->regs[REG_DMASRC_H] >> 6 & 3]); 259 src_types[context->regs[REG_DMASRC_H] >> 6 & 3]);
260 printf("\n**Internal Group**\n" 260 printf("\n**Internal Group**\n"
261 "Address: %X\n" 261 "Address: %X\n"
262 "CD: %X\n" 262 "CD: %X\n"
263 "Pending: %s\n", 263 "Pending: %s\n",