summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-4/+0
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+0
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-25/+65
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-4/+2
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-103/+32
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-5/+3
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-27/+19
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-30/+2
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-0/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-0/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-10/+10
* For legacy CPUs, track whether we have initialized, and if we haven't, Aaron Giles2010-08-261-0/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-14/+8
* Whoops, forgot this. Aaron Giles2010-07-071-6/+0
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-4/+4
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-33/+4
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-39/+56
* Remove obsolete type. Aaron Giles2010-07-021-19/+4
* Kill cpu_get_sp(). Aaron Giles2010-07-021-1/+0
* Use UINT64s for converting cycles <-> clocks. Aaron Giles2010-07-011-2/+2
* Remove the following functions: Aaron Giles2010-07-011-4/+0
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-1/+1
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-3/+3
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-2/+1
* Cleanups and version bump. Aaron Giles2010-06-171-20/+20
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-54/+82
* Cache pointer to exit function to prevent crashes on teardown. Aaron Giles2010-06-091-0/+1
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+3
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-47/+48
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+557