summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/ti8x.cpp
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-011-4/+4
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+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-141-0/+3
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-0/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+8
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-67/+69
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+4
* ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should ... Vas Crabb2017-03-011-0/+622