summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cmi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-24/+24
* (nw) tie up some loose ends - in particular, allow watchdog timer to Vas Crabb2018-09-161-4/+4
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-3/+3
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-28/+24
* mos6551: Eliminate MCFG_ macros (nw) AJR2018-08-201-61/+38
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-20/+18
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-31/+31
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-10/+10
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-20/+20
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* 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-73/+73
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+8
* cmi.cpp: Separate source file for CMI-01A device (nw) AJR2018-04-271-546/+26
* cmi.cpp: IRQ cleanup (nw) AJR2018-04-271-69/+24
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+46
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-19/+12
* Grammar police (nw) Olivier Galibert2018-02-241-6/+6
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-12/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* that's a time, not a crystal, and I'm not doing eight overloads (nw) Vas Crabb2018-01-261-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-23/+23
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+3
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-26/+31
* xtal.h: Another batch of additions (nw) AJR2017-12-281-7/+7
* cmi2x: Forgot to update the finders (nw) AJR2017-12-271-3/+3
* cmi2x: Another 6809E (nw) AJR2017-12-271-2/+2
* cmi2x: CPU type correction (nw) AJR2017-12-271-3/+3
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-4/+2
* i8212, i8214: Rename IRQ to INT to agree with Intel pin names (nw) AJR2017-09-241-3/+3
* input_merger: syncronise on the way in, extend to 32 inputs, make some Vas Crabb2017-08-061-1/+1
* some more device_add_mconfig. Done for the \mame tree. Will wait for freeze t... Ivan Vangelista2017-05-271-25/+20
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+4
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-7/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* dl1416: clean up, support signal-level interface better, support Vas Crabb2017-02-111-19/+20
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-10/+5
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-6/+6
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-6/+6
* More accurate MSM5832 WR emulation; add pinout for RTC58323 (nw) AJR2016-11-131-1/+2
* srcclean (nw) Vas Crabb2016-10-231-3/+3
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-83/+83
* -cmi2x: Fixed MAST/TIM diagnostic test. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-3/+9
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-4/+5
* -cmi2x: Fixed envelope terminal flag diagnostic. [Ryan Holtz] therealmogminer@gmail.com2016-10-021-27/+89