summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-274-6/+6
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-254-165/+199
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-4/+4
* -Improved some Lua APIs: Vas Crabb2023-04-072-16/+11
* API change for device_image_interface AJR2023-03-302-4/+4
* dinvram: Separate backup-enable parameter (which prevents both loading and sa... AJR2022-08-091-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-14/+10
* Z88: added serial port and NVRAM support. [Sandro Ronco] Sandro Ronco2022-05-088-4/+101
* 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
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-218-19/+19
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+11
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-262-11/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-12/+11
* intelfsh: Eliminate address_space argument from read/write handlers (nw) AJR2019-02-011-2/+2
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-9/+10
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-3/+4
* devcb3 Vas Crabb2018-07-071-1/+1
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-3/+3
* z88: some cleanup, nw mooglyguy2018-06-092-24/+19
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-142-16/+5
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-69/+73
* 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-274-9/+9
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* z88: fixed expanded video addressing in RAM carts Nigel Barnes2017-02-142-1/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-113-3/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-41/+41
* 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-11/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] Olivier Galibert2016-06-161-1/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* Fix for SteamLink build to compile error free (nw) Miodrag Milanovic2016-01-261-1/+5
* reverting: Miodrag Milanovic2016-01-208-24/+24
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-168-24/+24
* 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