summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dectalk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-990/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-19/+1
* init vars for coverity (drivers/d) Robbbert2022-03-251-20/+20
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* dectalk.cpp: Remove an unnecessary trampoline function. [Lord Nightmare] Lord-Nightmare2021-07-081-7/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* drivers/d*: macro removal (nw) Ivan Vangelista2020-05-261-24/+24
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-4/+4
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-11/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-15/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+15
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-5/+6
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* src\devices\machine: more MCFG macros removal (nw) Ivan Vangelista2019-01-171-6/+7
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-5/+6
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-3/+3
* x2212: Eliminate MCFG_ macros; add pin diagram (nw) AJR2018-07-091-1/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-7/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-38/+38
* dectalk.cpp: Eliminate machine().device (nw) AJR2018-05-261-3/+3
* tp84: device_finder stuff. Also removed a bunch of commented-out stuff that w... Ryan Holtz2018-05-261-4/+3
* 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-15/+15
* 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-22/+25
* 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-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* 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
* Switched dectalk to use SCN2681, plus some code cleanup (nw) Lord-Nightmare2017-11-221-82/+75
* dectalk.cpp: fixed firmware 1.8 to use different dsp rom from firmware 2.0, a... Lord-Nightmare2017-08-181-42/+42
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* dectalk comment consolidation and clarification, and removed speculation (n/w) Lord-Nightmare2017-06-301-39/+20
* dectalk.cpp: nuked anonymous timers, added savestate support [Lord Nightmare] Lord-Nightmare2017-06-291-7/+28
* dectalk.cpp: removed unnecessary driver init and replaced with machine_start ... Lord-Nightmare2017-06-291-10/+9
* 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-0/+1
* kill a tag lookup (n/w) Lord-Nightmare2017-02-111-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30