summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tomcat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-401/+0
* init vars for coverity (drivers/t,u) Robbbert2022-03-251-3/+3
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* Fix build - video/decodmd3.h had got out of sync with the source. Vas Crabb2020-11-071-0/+3
* video/avgdvg.cpp: Modernised code somewhat. Vas Crabb2020-11-071-6/+7
* 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... AJR2018-06-031-1/+1
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18
* Further use of DEVCB_OUTPUT in Atari drivers (nw) AJR2018-04-291-16/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* tomcat: Add ADC0809 device; correct XTAL value (nw) AJR2018-04-021-21/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-29/+32
* even more cleanup and encapsulation (nw) Vas Crabb2018-02-201-0/+1
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-15/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-95/+54
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-21/+6
* misc memory fix from Sarayan (nw) Scott Stone2016-06-231-1/+1
* Make watchdog timer a separate device AJR2016-04-301-1/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1