robots' content='index, nofollow'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tomcat.cpp
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-18/+18
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* avgdvg.cpp : Updates cam9002019-05-221-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+26
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-26/+27
* mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-24/+23
* adc0808.cpp : Remove unnecessary arguments in handlers cam9002019-02-041-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-1/+1
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-29/+29
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-2/+2
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-3/+3
* devcb3 Vas Crabb2018-07-071-9/+9
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Replace machine().device with subdevice for NVRAM installation; clean up vide...