summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/990_tap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+4
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-3/+3
* -Improved some Lua APIs: Vas Crabb2023-04-071-2/+2
* API change for device_image_interface AJR2023-03-301-3/+3
* device_image_interface: Interface overhaul AJR2022-01-061-10/+4
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-7/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+11
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-9/+7
* bus/ti99x: Add address space finders; remove machine().device (nw) AJR2019-02-081-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-13/+7
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+5
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-16/+0
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-1/+0
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* reverting: Miodrag Milanovic2016-01-201-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* override part 1 (nw) Miodrag Milanovic2015-12-051-15/+15
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-8/+8
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-8/+8
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1021