summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/tispeaker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* Moved a few slot devices into anonymous namespaces, getting more stuff out of... Vas Crabb2021-09-141-67/+82
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-2/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+10
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-10/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* migrate TI-8x bus devices to machine config in members (nw) Vas Crabb2017-05-251-31/+15
* 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-141-4/+4
* Self-registering devices. Vas Crabb2017-03-031-0/+1
* ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should ... Vas Crabb2017-03-011-0/+117