summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* devintrf.* -> device.* Aaron Giles2011-06-281-544/+0
* Fix device clock modification to update all related parameters. Aaron Giles2011-05-261-1/+1
* Readd type checking to late-binding delegates. This is generally used in Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+2
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-4/+4
* Converted btoads to a modern driver as a checkpoint to see what's Aaron Giles2011-05-041-0/+3
* Be consistent about template argument naming. Aaron Giles2011-04-301-16/+16
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-3/+3
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-6/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-284/+108
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-3/+3
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+3
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+2
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-1/+5
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-6/+7
* Add template specializations for device/state/memory interfaces that are Aaron Giles2011-03-291-0/+3
* BIG update. Aaron Giles2011-03-291-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+9
* Added possibility of altering default input port setting for devices. [Miodra... Miodrag Milanovic2011-03-161-0/+6
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+3
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-0/+3
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-3/+3
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-4/+5
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-0/+7
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-4/+0
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* More Clang fixes (verified OK with GCC) [Balrog] R. Belmont2010-10-161-4/+4
* Fix another Clang issue [Balrog] R. Belmont2010-10-031-6/+6
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-21/+21
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-0/+1
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-2/+6
* Moved auto-finding code down into the device_t object so it can be more Aaron Giles2010-09-141-0/+105
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-0/+5
* Added DECLARE/DEFINE_TRIVIAL_DERIVED_DEVICE macros to simplify the Aaron Giles2010-09-091-1/+35
* Move debug_setup() call to after the device_debug class is created. Aaron Giles2010-09-061-1/+0
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-0/+5
* Have each device create its own device_debug instead of letting the Aaron Giles2010-09-041-1/+0
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-29/+9
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-1/+1
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-28/+0
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+0