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

trunk/src/emu/cpu/tms57002/tms57002.c
r30648r30649
204204   xm_adr = adr & mask;
205205}
206206
207void tms57002_device::xm_step_read()
207inline void tms57002_device::xm_step_read()
208208{
209209   UINT32 adr = xm_adr;
210210   UINT8 v = data->read_byte(adr);
r30648r30649
242242      xm_adr = adr+1;
243243}
244244
245void tms57002_device::xm_step_write()
245inline void tms57002_device::xm_step_write()
246246{
247247   UINT32 adr = xm_adr;
248248   UINT8 v;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team