summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-063-5/+5
* override part 1 (nw) Miodrag Milanovic2015-12-054-32/+32
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-1/+1
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-1/+1
* clang-modernize part 2 Miodrag Milanovic2015-12-042-4/+4
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-143-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+844