summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cmi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* srcclean (nw) Vas Crabb2016-09-261-10/+10
* -cmi2x: Fix 6809 interrupt vectoring. [Ryan Holtz] therealmogminer@gmail.com2016-09-251-132/+213
* -cmi2x: Fixed inverted data writes to I8214 PICUs [Ryan Holtz] therealmogminer@gmail.com2016-09-161-13/+34
* -cmi2x: Fixed channel card memory tests. [Ryan Holtz] therealmogminer@gmail.com2016-09-161-3/+23
* -cmi2x: Fixed FDC DMA behavior. [Ryan Holtz] therealmogminer@gmail.com2016-09-151-5/+13
* srcclean and translation regeneration Vas Crabb2016-08-291-304/+304
* cmi2x.cpp: Hook up second floppy. [Ryan Holtz] therealmogminer@gmail.com2016-08-271-18/+11
* Minor changes to cmi2x driver, nw therealmogminer@gmail.com2016-08-271-8/+6
* Devices can be found array-style, too Vas Crabb2016-08-251-10/+2
* Use an array, save a switch Vas Crabb2016-08-251-25/+3
* Helps to git add everything Vas Crabb2016-08-241-5/+5