summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove unnecessary null checks" for now, undefined behavior but break... balr0g2015-05-171-0/+8
* Remove unnecessary null checks (nw) balr0g2015-05-161-8/+0
* small cleanup (nw) Miodrag Milanovic2015-04-221-2/+2
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-11/+11
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-6/+6
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-2/+2
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+1
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-221-1/+5
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-3/+3
* removed lot of legacy code in memory system and removed corresponding macros ... Miodrag Milanovic2014-05-051-10/+0
* konamigx: Reverb me harder baby! [O. Galibert] Olivier Galibert2014-04-081-0/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* Added ability to add optional or required device/ioport/memory_region/... [Mi... Miodrag Milanovic2014-02-151-1/+1
* removed MCFG_DEVICE_CONFIG_CLEAR as it's legacy but not used anymore (nw) smf-2013-12-181-2/+0
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-0/+4
* 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-357/+5
* Convert Atari JSA sound boards to their own devices, and replumb Aaron Giles2013-07-141-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* made required/optional device finder part of validation (nw) Miodrag Milanovic2013-04-101-6/+11
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* Placed m_source variable in device_t and filled it with provided value (nw) Miodrag Milanovic2013-03-261-0/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-56/+56
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+10
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Moved device_delegates into their own files. Employed a Aaron Giles2012-09-261-18/+0
* NVRAM_HANDLER removal. Aaron Giles2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+6
* Fix clang compile error (nw) Wilbert Pol2012-09-171-3/+3
* required/optional_* templates can auto-return a reference Aaron Giles2012-09-171-0/+12
* 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