='cgit v1.2.3-70-g09d2'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/truco.cpp
Commit message (Expand)AuthorAgeFilesLines
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-3/+0
* srcclean for 0.223 Vas Crabb2020-07-261-23/+23
* Truco-Tron: Cleaned up the driver and improved the documentation. Roberto Fresca2020-07-091-132/+106
* more macro removal (nw) Ivan Vangelista2020-05-191-2/+2
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+17
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-13/+13
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-2/+3
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-061-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-3/+4
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-4/+8
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-13/+10
* Make watchdog timer a separate device AJR2016-04-301-1/+3