| 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 |
| r245162 | r245163 | |
|---|---|---|
| 253 | 253 | } /* storeInc */ |
| 254 | 254 | |
| 255 | 255 | |
| 256 | // classic CV: 3005aa0 does the DMA thing | |
| 257 | 256 | int arm7_cpu_device::storeDec(UINT32 pat, UINT32 rbv, int mode) |
| 258 | 257 | { |
| 259 | 258 | int i, result = 0, cnt; |
| 260 | 259 | |
| 261 | // pre-count the # of registers | |
| 260 | // pre-count the # of registers being stored | |
| 262 | 261 | for (i = 15; i >= 0; i--) |
| 263 | 262 | { |
| 264 | 263 | if ((pat >> i) & 1) |
| https://github.com/mamedev/mame/commit/d6e2bdbb6f7d454a762c0199c7db4ba107e08054 |
| Previous | 199869 Revisions | Next |