summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cdicdic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean and cleanup (nw) Vas Crabb2020-06-211-5/+5
* -cdi: More CDIC fixes, Hotel Mario now has correct audio. [Ryan Holtz] Ryan Holtz2020-06-111-28/+61
* -cdi: Initial changes to get Quizard 3 and Quizard 4 Rainbow working. [Ryan H... Ryan Holtz2020-06-111-127/+267
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-4/+4
* srcclean, fix up apple2_flop_clcracked.xml (nw) Vas Crabb2019-04-211-10/+10
* -cdicdic,cdislave: Modernized logging, nw MooglyGuy2019-04-191-218/+153
* cdicdic: Interrupt vector register exists, so use it for vectoring (nw) AJR2019-04-181-2/+2
* cdicdic: Explicitly configure second clock (nw) AJR2019-04-171-32/+33
* cdi: CDIC vectors its own interrupt (nw) AJR2019-04-171-11/+16
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-171-3/+2
* cdi: Further decoupling of device emulation; improve clock documentation (nw) AJR2019-04-171-0/+7
* Undo a few dependencies (nw) AJR2019-04-141-1/+0
* cdi070, cdicdic, cdislave, mcd212: Modernize interrupt handling (nw) AJR2019-04-141-18/+25
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* cdi, indy_indigo2: Eliminated customized MCFG_DEVICE_ADD macros. (nw) mooglyguy2018-05-281-2/+2
* cdi: Use device finders instead of machine().device, plus some driver_device ... Ryan Holtz2018-05-221-43/+43
* cdicdic: Safer DMA handling AJR2018-02-211-8/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+6
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-148/+148
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* New machines marked as NOT_WORKING therealmogminer@gmail.com2015-12-271-50/+50
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-5/+5
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-5/+5
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-30/+30
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1248