summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Revert " AICA Cleanups & Internalize CPU Core (#3423)" R. Belmont2018-04-071-12/+23
* AICA Cleanups & Internalize CPU Core (#3423) cam9002018-04-071-23/+12
* dc.cpp: kill off mastercpu_cheat_r() (nw) angelosa2018-03-281-2/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* Moved atomiswave and naomi 2 specifics into own state machines (nw) angelosa2017-01-211-1/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* document new DC/NAOMI security system findings [MetalliC, rtw] MetalliC2016-06-211-2/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* All files now do have owner (nw) Miodrag Milanovic2015-05-211-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* DC: implement G2 DMA channels 1-3 MetalliC2015-04-271-4/+4
* sh4: Modernized cpu core (nw) Wilbert Pol2014-07-071-1/+1
* aica is modern device as well now (nw) Miodrag Milanovic2014-03-211-1/+4
* Fixed ARMRST behaviour Angelo Salese2013-09-091-0/+1
* Device-ized AICA RTC device, passes RW comp test, doesn't pass clock test Angelo Salese2013-09-041-7/+0
* Fixed vblank irq trigger when interlace mode is used Angelo Salese2013-08-291-2/+3
* AICA: Implemented DMA [Angelo Salese] Angelo Salese2013-08-281-2/+2
* More documentation Angelo Salese2013-08-271-0/+2
* Added Maple HW trigger Angelo Salese2013-08-261-0/+3
* (MESS) Fix GD-Rom booting in DC US and PAL [PsyMan] Angelo Salese2013-08-261-0/+3
* Experimental scanline code, to be improved on a later date Angelo Salese2013-08-241-0/+1
* Added Macronix 29LV160TMC sub-type to intelfsh.c, used by Sega Dreamcast [Ang... Angelo Salese2013-08-181-2/+2
* powervr2: Explode the dma registers [O. Galibert] Olivier Galibert2013-06-151-10/+0
* powervr2: Explode the core/ta registers [O. Galibert] Olivier Galibert2013-06-141-75/+0
* naomig1: Make the dma cpu-independant [O. Galibert] Olivier Galibert2013-06-081-3/+6
* naomi: Better IRQ isolation [O. Galibert] Olivier Galibert2013-06-081-22/+24
* naomi video: Pretend-modernize the powervr2 [O. Galibert] Olivier Galibert2013-06-081-62/+5
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* some more naomi/dc cleanup (nw) Miodrag Milanovic2013-04-051-22/+21
* some more modernization and dc/naomi split (nw) Miodrag Milanovic2013-04-051-26/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-213/+213
* Some DC cleanup (no whatsnew) Miodrag Milanovic2012-10-031-3/+0
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-7/+4
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+16
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-25/+25
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+7