summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.c
Commit message (Expand)AuthorAgeFilesLines
* removed patch for now, till I fix it properly, this way breaks more (nw) Miodrag Milanovic2014-02-161-3/+0
* merged 26787 from after the failed menu merge. "fix autofinder on device remo... smf-2014-02-151-0/+3
* Added ability to add optional or required device/ioport/memory_region/... [Mi... Miodrag Milanovic2014-02-151-1/+1
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-2/+2
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-66/+1
* PSX CPU creates a ram device, this has exposed a problem with not removing th... smf-2013-04-261-2/+2
* keep naming consistent (nw) Miodrag Milanovic2013-04-101-2/+2
* made required/optional device finder part of validation (nw) Miodrag Milanovic2013-04-101-4/+13
* Placed m_source variable in device_t and filled it with provided value (nw) Miodrag Milanovic2013-03-261-0/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-39/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-8/+8
* Only print mismatched width warnings for required pointers. Aaron Giles2012-04-221-1/+2
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-0/+17
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-201-2/+19
* Cleaned up required_/optional_<object> templates. Aaron Giles2012-04-201-11/+26
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-0/+17
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* A few key fixes. Also changed error reporting to list all missing Aaron Giles2012-04-151-2/+5
* Add assertions to catch situations where AM_SHARE is used twice. Aaron Giles2012-04-121-2/+8
* Fixed bug where required shared pointers were not actually required. Aaron Giles2012-04-121-2/+6
* Add logic to ensure that shared pointers are checked to be of the Aaron Giles2012-04-051-2/+8
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-0/+13
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-33/+11
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-14/+2
* Create a new device_mixer_interface, derived from device_sound_interface, Aaron Giles2012-02-251-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-9/+9
* Change device reset so that the resets proceed hierarchically. Added Aaron Giles2012-01-261-0/+20
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-310/+202
* inptport.* -> ioport.* Aaron Giles2011-06-281-1/+1
* devintrf.* -> device.* Aaron Giles2011-06-281-0/+1143