Previous 199869 Revisions Next

r36651 Thursday 26th March, 2015 at 01:43:33 UTC by R. Belmont
fix up comments (nw)
[src/emu/cpu/arm7]arm7ops.c

trunk/src/emu/cpu/arm7/arm7ops.c
r245162r245163
253253} /* storeInc */
254254
255255
256// classic CV: 3005aa0 does the DMA thing
257256int arm7_cpu_device::storeDec(UINT32 pat, UINT32 rbv, int mode)
258257{
259258   int i, result = 0, cnt;
260259
261   // pre-count the # of registers doing DMA
260   // pre-count the # of registers being stored
262261   for (i = 15; i >= 0; i--)
263262   {
264263      if ((pat >> i) & 1)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team