summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/snapquik.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-4/+4
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-011-1/+6
* API change for device_image_interface AJR2023-03-301-4/+12
* device_image_interface: Interface overhaul AJR2022-01-061-6/+5
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-051-3/+3
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-10/+12
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* snapquik: remove vestigial declaration (nw) Vas Crabb2019-08-031-2/+0
* srcclean (nw) Vas Crabb2019-07-281-5/+5
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-32/+28
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+10
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-9/+11
* enable sub-second snapshot timers (nw) (#4493) Peter Ferrie2019-02-041-3/+3
* -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... Ryan Holtz2018-08-161-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+8
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-5/+5
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-5/+5
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* 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-211-1/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* override part 1 (nw) Miodrag Milanovic2015-12-051-15/+15
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+103