summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-34/+34
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-22/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* Fix clang warnings about declaring template instantiation extern after the in... Vas Crabb2021-09-151-3/+6
* Moved a few slot devices into anonymous namespaces, getting more stuff out of... Vas Crabb2021-09-149-239/+204
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-074-5/+5
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-158-16/+16
* Restore some standard library #includes, add some things that were used but n... Vas Crabb2020-07-191-0/+2
* Pruning of redundant #includes located in src/devices/bus/* (nw) Scott Stone2020-07-101-2/+0
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-264-31/+25
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-25/+31
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-10/+9
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-312-18/+12
* imagedev\bitbngr: removed MCFG macros (nw) Ivan Vangelista2019-01-191-3/+4
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-4/+5
* devcb3 Vas Crabb2018-07-071-2/+2
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* (nw) few more macros replaced with constructors Vas Crabb2018-05-072-7/+12
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-8/+9
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-174-5/+5
* stupid typos (nw) Vas Crabb2017-08-042-2/+2
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-114-84/+73
* migrate TI-8x bus devices to machine config in members (nw) Vas Crabb2017-05-258-87/+41
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-224-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1410-42/+36
* srcclean (nw) Vas Crabb2017-03-262-2/+2
* Self-registering devices. Vas Crabb2017-03-034-0/+4
* ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should ... Vas Crabb2017-03-0110-0/+1537