summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cmi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean for 0.223 Vas Crabb2020-07-261-2/+2
* Fix clang error: private field 'm_ram_indices' is not used [-Werror,-Wunused-... AJR2020-07-071-1/+0
* -cmi01a: Checkpoint so Phil can have a look, nw Ryan Holtz2020-07-071-8/+8
* -cmi2x: Completely reworked memory mapping. Performance no logner tanks durin... Ryan Holtz2020-07-051-197/+376
* -cmi2x: Numerous fixes, now boots into System Software V19, and plays audio b... Ryan Holtz2020-06-281-83/+151
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-99/+99
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-16/+16
* fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ... smf-2020-04-231-10/+1
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-2/+2
* -cmi: Hooked up AIC interrupt, all interrupt tests now pass. [Ryan Holtz] MooglyGuy2020-02-051-0/+6
* -cmi: Started adding handlers for the CMI-07 AIC board, nw MooglyGuy2020-02-051-6/+50
* -audio/cmi01a: Derived PTM clocks from /CAS clock, fixing TIM tests in CMITST... mooglyguy2020-02-041-40/+169
* -6840ptm: Added specific logging channels. Added direct output state getter. ... mooglyguy2020-02-021-62/+200
* Spring cleaning: Vas Crabb2019-11-011-2/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-30/+33
* msm5832: Simplify handlers (nw) AJR2019-10-211-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-4/+4
* cmi2x: Split off keyboards as subdevices AJR2019-04-151-616/+24
* cmi.cpp: Fix old copy-and-paste mistake (nw) AJR2019-04-151-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-54/+54
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-54/+54
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-17/+18
* mc6852, mc6854, mos6551: Simplify read/write handlers (nw) AJR2019-02-181-4/+4
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-13/+13
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-4/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-2/+2
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-6/+5
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-6/+6
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* 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