summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cdi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) minor language updates / corrections braintro2020-01-241-1/+1
* cdi.cpp - updates braintro2020-01-141-48/+90
* -cdi, z80ne: Fix reported issues, nw MooglyGuy2019-12-201-2/+2
* -cdi: Split Quizard and associated functions into its own driver class, elimi... mooglyguy2019-12-191-131/+79
* srcclean (nw) Vas Crabb2019-10-261-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-12/+12
* -cdi.cpp: Switched SERVO and SLAVE MCUs to use the correct device type with i... MooglyGuy2019-10-031-427/+6
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-12/+12
* -scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converte... MooglyGuy2019-07-241-18/+188
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-2/+0
* cdi.cpp: Modernize logging (nw) AJR2019-04-191-125/+108
* mcd212: Misc. updates (nw) AJR2019-04-181-14/+11
* cdicdic: Explicitly configure second clock (nw) AJR2019-04-171-1/+2
* cdi: CDIC vectors its own interrupt (nw) AJR2019-04-171-2/+2
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-171-42/+26
* cdi: Further decoupling of device emulation; improve clock documentation (nw) AJR2019-04-171-11/+21
* cdi: Safety first (nw) AJR2019-04-171-1/+1
* mcd212: Disentangle from driver state class (nw) AJR2019-04-171-3/+73
* cdi070, cdicdic, cdislave, mcd212: Modernize interrupt handling (nw) AJR2019-04-141-4/+23
* (nw) Clean up the mess on master Vas Crabb2019-03-261-113/+111
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-111/+113
* divideo.h : Remove MCFG_VIDEO_SET_SCREEN usage (#4667) cam9002019-02-251-101/+105
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-6/+3
* imagedev\chd_cd, diablo: removed MCFG macros (nw) Ivan Vangelista2019-01-191-6/+3
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-24/+22
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* 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-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-3/+3
* cdi, indy_indigo2: Eliminated customized MCFG_DEVICE_ADD macros. (nw) mooglyguy2018-05-281-16/+13
* cdi: Use device finders instead of machine().device, plus some driver_device ... Ryan Holtz2018-05-221-28/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-17/+17
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-17/+17
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+18
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-30/+30
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-47/+52
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-7/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12
* A handful of fixes (nw) Olivier Galibert2018-02-121-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* cdi.cpp: decapped and dumped quizard3 MCU [Team Europe] Ivan Vangelista2017-11-301-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+20