summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151 (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-204-12/+12
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+11
* Spring cleaning: Vas Crabb2019-11-012-10/+11
* (nw) Clean up the mess on master Vas Crabb2019-03-262-41/+22
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-22/+41
* upd765: Simplify read/write handlers (nw) AJR2019-03-101-7/+4
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-34/+18
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-5/+6
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-232-4/+4
* iq151: Removed machine().device from slot devices (nw) Nigel Barnes2018-09-222-10/+4
* -i8255: Removed MCFG, nw mooglyguy2018-09-032-14/+16
* devcb3 Vas Crabb2018-07-071-6/+6
* 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