mame/src/emu/cpu/rsp
Aaron Giles ee0a5642ab Added running_machine * parameter to the front of all read/write handlers.
Updated all call-through handlers appropriately. Renamed read8_handler to
read8_machine_func, replicating this pattern throughout. 

Defined new set of memory handler functions which are similar but which
pass a const device_config * in place of the running_machine *. These are
called read8_device_func, etc. Added macros READ8_DEVICE_HANDLER() for
specifying functions of this type. Note that some plumbing still needs to
happen in memory.c before this will work.

This check-in should remove the need for the global Machine and in turn
"deprecat.h" for a lot of drivers, but that work has not been done. On
the flip side, some new accesses to the global Machine were added in the
emu/ files. These should be addressed over time, but are smaller in
number than the references in the driver.
2008-03-05 07:45:34 +00:00
..
rsp_dasm.c (From Oliver Stoneberg) 2008-01-03 05:37:18 +00:00
rsp.c Added running_machine * parameter to the front of all read/write handlers. 2008-03-05 07:45:34 +00:00
rsp.h Added running_machine * parameter to the front of all read/write handlers. 2008-03-05 07:45:34 +00:00