summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dectalk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-5/+7
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1010