| Previous | 199869 Revisions | Next |
| r30649 Sunday 25th May, 2014 at 08:13:53 UTC by Alex Jackson |
|---|
| tms57002: inline xm_step_read() and xm_step_write() for free 5\% speedup (nw) |
| [src/emu/cpu/tms57002] | tms57002.c |
| r30648 | r30649 | |
|---|---|---|
| 204 | 204 | xm_adr = adr & mask; |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | void tms57002_device::xm_step_read() | |
| 207 | inline void tms57002_device::xm_step_read() | |
| 208 | 208 | { |
| 209 | 209 | UINT32 adr = xm_adr; |
| 210 | 210 | UINT8 v = data->read_byte(adr); |
| r30648 | r30649 | |
| 242 | 242 | xm_adr = adr+1; |
| 243 | 243 | } |
| 244 | 244 | |
| 245 | void tms57002_device::xm_step_write() | |
| 245 | inline void tms57002_device::xm_step_write() | |
| 246 | 246 | { |
| 247 | 247 | UINT32 adr = xm_adr; |
| 248 | 248 | UINT8 v; |
| Previous | 199869 Revisions | Next |