summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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