summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-3/+0
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-0/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-0/+2
* Converted Namco C40 road chip to a device. Updated users. Aaron Giles2012-09-051-0/+1
* In cases of debug optimized build tools return error on this, code however lo... Miodrag Milanovic2012-05-211-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-34/+4
* Made UI for BIOS selection where applicable, and moved info about current Miodrag Milanovic2012-04-301-0/+6
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-3/+3
* Fix for older GCC, thanks to Robbbert (no whatsnew) Miodrag Milanovic2012-04-221-3/+3
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-0/+38
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-201-0/+1
* Cleaned up required_/optional_<object> templates. Aaron Giles2012-04-201-38/+124
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* 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/+1
* Fix most reported errors. Aaron Giles2012-04-161-7/+7
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-1/+3
* A few key fixes. Also changed error reporting to list all missing Aaron Giles2012-04-151-16/+14
* Fixed bug where required shared pointers were not actually required. Aaron Giles2012-04-121-142/+207
* Clang fixes. Aaron Giles2012-04-091-1/+2
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-6/+6
* Add logic to ensure that shared pointers are checked to be of the Aaron Giles2012-04-051-6/+8
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-1/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-47/+88
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-2/+2
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-22/+16
* remove set_current, in case someone decides to use them again. smf-2012-02-011-9/+0
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-17/+17
* siblingdevice now checks for and removes a leading "^" to Aaron Giles2012-01-271-0/+3
* Change device reset so that the resets proceed hierarchically. Added Aaron Giles2012-01-261-1/+22
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-151/+327
* More cleanup, and fixed bad bug from last update. Aaron Giles2012-01-131-5/+15
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-0/+42
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-0/+1
* Added hot/cold attributes. Made the MAME executable 1% smaller by using the Nathan Woods2011-11-061-8/+8
* inptport.* -> ioport.* Aaron Giles2011-06-281-1/+1
* devintrf.* -> device.* Aaron Giles2011-06-281-0/+544