summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/iq151 (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+0
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-16/+14
* Fixed various bugs: Vas Crabb2023-04-061-4/+3
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-3/+3
* API change for device_image_interface AJR2023-03-302-4/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-8/+14
* Remove fileio.h from emu.h AJR2022-02-112-0/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* Cleaned up bitmap API. Vas Crabb2020-09-275-5/+5
* 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