summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tmc600
Commit message (Collapse)AuthorAgeFilesLines
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-12/+11
|
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-17/+18
| | | | | | | | | | | | | | | | | | | | | * Allows defaulted clocks (see subtle example with vboy) * Allows additional constructors (see RS232 port in tranz330) * Allows use of device finder in place of tag in MCFG_DEVICE_ADD * Requires out-of-line destructor for devices using incomplete types * Requires XTAL or explicit u32 for clocks for devices with private types Devices must still define the standard constructor. When writing additional constructors, be aware that the constructor runs before device_add_mconfig in the context of the existing device, not the new device. See osborne1, zorba, tranz330, and vboy for examples of this in use. Compilation is a bit slower, but this is temporary while refactoring is in progress. Eliminated the need for MCFG_SOUND_ROUTE_EX. Removed macros from slot option configuration - they just obfuscated code and slowed it down with needless dynamic casts, but didn't actually simplify it.
* srcclean (nw) Vas Crabb2017-11-262-2/+2
|
* tmc600: Added Euro bus skeleton. [Curt Coder] Curt Coder2017-11-112-0/+197