summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cdi.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-02-cdimono2: Added more logging for SERVO ports, nwcdimono2_wip MooglyGuy1-0/+7
2019-12-30-cdimono2, m6805, mcd212: Various fixes, nw MooglyGuy1-70/+209
2019-12-27-cdimono2: Improved /DTACK hack and improved SLAVE/SCC comms. Gets rid of err... MooglyGuy1-21/+65
2019-12-26-cdimono2: Improved SPI emulation in the 68hc05 core, better hookup of /SS li... MooglyGuy1-9/+66
2019-12-26cdimono2: More accurate logging of display I2C clocks/data, cheers Vas MooglyGuy1-7/+10
2019-12-26-cdi: cdimono2 WIP. Added UART and SPI to 68HC05. Moved COP from the HC05 to ... mooglyguy1-37/+243
2019-12-20-cdi, z80ne: Fix reported issues, nw MooglyGuy1-2/+2
2019-12-19-cdi: Split Quizard and associated functions into its own driver class, elimi... mooglyguy1-131/+79
2019-10-26srcclean (nw) Vas Crabb1-2/+2
2019-10-10(nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista1-12/+12
2019-10-03-cdi.cpp: Switched SERVO and SLAVE MCUs to use the correct device type with i... MooglyGuy1-427/+6
2019-08-15ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR1-12/+12
2019-07-24-scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converte... MooglyGuy1-18/+188
2019-04-29m68000: Read the initial SP and PC from memory after rather than during machi... AJR1-2/+0
2019-04-19cdi.cpp: Modernize logging (nw) AJR1-125/+108
2019-04-18mcd212: Misc. updates (nw) AJR1-14/+11
2019-04-17cdicdic: Explicitly configure second clock (nw) AJR1-1/+2
2019-04-17cdi: CDIC vectors its own interrupt (nw) AJR1-2/+2
2019-04-17scc68070: Merge CPU device with on-chip peripheral emulation AJR1-42/+26
2019-04-17cdi: Further decoupling of device emulation; improve clock documentation (nw) AJR1-11/+21
2019-04-17cdi: Safety first (nw) AJR1-1/+1
2019-04-17mcd212: Disentangle from driver state class (nw) AJR1-3/+73
2019-04-14cdi070, cdicdic, cdislave, mcd212: Modernize interrupt handling (nw) AJR1-4/+23
2019-03-26(nw) Clean up the mess on master Vas Crabb1-113/+111
2019-03-25Revert "conflict resolution (nw)" andreasnaive1-111/+113
2019-02-25divideo.h : Remove MCFG_VIDEO_SET_SCREEN usage (#4667) cam9001-101/+105
2019-01-30emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista1-6/+3
2019-01-19imagedev\chd_cd, diablo: removed MCFG macros (nw) Ivan Vangelista1-6/+3
2018-12-09mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy1-24/+22
2018-07-16Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb1-3/+3
2018-06-13Remove emupal.h from emu.h (nw) AJR1-0/+1
2018-06-08as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb1-2/+2
2018-05-29Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb1-8/+8
2018-05-28wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz1-3/+3
2018-05-28cdi, indy_indigo2: Eliminated customized MCFG_DEVICE_ADD macros. (nw) mooglyguy1-16/+13
2018-05-22cdi: Use device finders instead of machine().device, plus some driver_device ... Ryan Holtz1-28/+4
2018-05-16Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb1-17/+17
2018-05-16- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy1-17/+17
2018-05-13Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy1-19/+18
2018-05-09dsp16: fix condition mask in disassembler (nw) Vas Crabb1-3/+6
2018-05-06Streamline machine configuration macros - everyone's a device edition. Vas Crabb1-30/+30
2018-03-18Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb1-2/+2
2018-03-14Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert1-47/+52
2018-02-27mcs51: Use callbacks for parallel ports (nw) AJR1-7/+2
2018-02-24Grammar police (nw) Olivier Galibert1-2/+2
2018-02-14(nw) screw you macros and the horse you rode in on Vas Crabb1-6/+12
2018-02-12A handful of fixes (nw) Olivier Galibert1-1/+1
2018-02-12API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert1-6/+6
2018-01-31API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert1-1/+1
2018-01-23xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert1-2/+2