summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/m5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-28/+37
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-4/+3
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-272-3/+3
* device_image_interface cleanups (nw) AJR2017-02-271-4/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-21/+21
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+3
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-12/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-242-6/+6
* Cleanups and version bump Miodrag Milanovic2016-02-242-4/+3
* real fix (nw) Miodrag Milanovic2016-02-082-6/+6
* fix compile (nw) Miodrag Milanovic2016-02-082-22/+22
* Sord m5 driver update dlabi2016-02-074-0/+507