summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cdi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-868/+0
* -mcd212: Various accuracy and timing improvements. [Ryan Holtz] (#9123) MooglyGuy2022-01-131-35/+51
* -Significant updates to the CD-i driver [Ryan Holtz] (#9102) MooglyGuy2022-01-081-117/+34
* Complete re-write of Philips CD-i CDIC handling; re-promoted to working (#9038) MooglyGuy2021-12-251-43/+65
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* cdi.cpp: cdimono1 and cdibios DEMOTED per developer request (nw) Scott Stone2020-07-301-2/+2
* srcclean and cleanup (nw) Vas Crabb2020-06-211-5/+5
* -cdi: Initial changes to get Quizard 3 and Quizard 4 Rainbow working. [Ryan H... Ryan Holtz2020-06-111-5/+5
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-2/+2
* -quizard: Replaced protection HLE with proper MCU hookup. Removed MUP flags. ... Ryan Holtz2020-05-281-259/+78
* -cdi: Various changes. [Ryan Holtz] Ryan Holtz2020-05-241-141/+148
* further macro removal work (nw) Ivan Vangelista2020-05-181-1/+1
* (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