mame/src/emu/cpu/cop400
Aaron Giles 7b90e01659 Deprecated device_set_info. Almost all devices had a NULL or empty
function here. Remaining devices have been converted to have 
device-specific functions to do the same thing with proper type 
checking.

CPUs still have a set_info function but it is CPU-specific now and 
no longer piggybacks on the general device function.
2009-04-23 16:33:28 +00:00
..
cop400.c Deprecated device_set_info. Almost all devices had a NULL or empty 2009-04-23 16:33:28 +00:00
cop400.h CPU cores now compile cleanly. 2009-03-15 17:12:40 +00:00
cop400op.c Modified the makefile to support experimental optional C++ 2009-02-28 22:10:06 +00:00
cop410ds.c Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00
cop420ds.c Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00
cop440ds.c Pointerized the COP400 CPU cores. 2008-11-18 17:15:40 +00:00