summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-6/+6
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-2/+2
* Removed first_screen from iq151 bus devices and esrip CPU core, nw Ryan Holtz2018-03-115-29/+45
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-12/+12
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-096-58/+42
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-282-2/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-129/+136
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-279-13/+17
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-118-8/+0
* Improvements to rgb_t (nw) AJR2016-10-222-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2218-147/+147
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0612-12/+12
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-312-8/+8
* 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-11/+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-2/+2
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-024-48/+8
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-142-4/+4
* reverting: Miodrag Milanovic2016-01-2018-28/+28
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-28/+28
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-3/+3
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-192-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-174-4/+4
* override part 1 (nw) Miodrag Milanovic2015-12-059-70/+70
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-056-8/+8
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-056-8/+8
* clang-modernize part 2 Miodrag Milanovic2015-12-043-6/+6
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-149-14/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-0/+2259