summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/dccons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* aica is modern device as well now (nw) Miodrag Milanovic2014-03-211-11/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* uses device_mconfig_additions() to add ata slots, which allows you to just ad... smf-2013-12-171-7/+5
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-3/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-233/+233
* Some useful fatalerrors Angelo Salese2013-09-161-0/+2
* Fixed fb out-of-bounds writes Angelo Salese2013-09-151-0/+2
* Fixed ARMRST behaviour Angelo Salese2013-09-091-2/+2
* AICA: fixed DSP r/w Angelo Salese2013-09-091-1/+1
* Note about the black swirl Angelo Salese2013-09-051-1/+3
* Device-ized AICA RTC device, passes RW comp test, doesn't pass clock test Angelo Salese2013-09-041-5/+8
* Attempt to improve gd-rom timings Angelo Salese2013-09-041-0/+7
* Refactored dreamcast to use an ATA interface [smf] smf-2013-09-031-3/+17
* Attempt to fix triggers (Sega GT still doesn't accelerate tho) Angelo Salese2013-08-311-16/+16
* Patch Flash ROM 60/50 Hz problem in Composite mode Angelo Salese2013-08-291-1/+3
* AICA: Hooked up AICA-to-SH-4 irqs [Angelo Salese] Angelo Salese2013-08-291-10/+21
* PowerVR2: Added preliminary YUV converter [Angelo Salese] Angelo Salese2013-08-281-2/+2
* PowerVR2: Added SPG control register, used to change pixel clock dynamically ... Angelo Salese2013-08-281-6/+4
* SCSP: fixed DMA when SH-2 enables it [Angelo Salese] Angelo Salese2013-08-281-11/+11
* AICA: Implemented DMA [Angelo Salese] Angelo Salese2013-08-281-1/+1
* More documentation Angelo Salese2013-08-271-0/+136
* Notes about DCLP Angelo Salese2013-08-271-3/+80
* Small fix to mdtsel Angelo Salese2013-08-261-0/+9
* Added Maple HW trigger Angelo Salese2013-08-261-5/+1
* (MESS) Fix GD-Rom booting in DC US and PAL [PsyMan] Angelo Salese2013-08-261-1/+49
* Fixed H-Blank IN regression, made CH2 DMA to fire irq via CPU cycles, miscell... Angelo Salese2013-08-251-4/+4
* Experimental scanline code, to be improved on a later date Angelo Salese2013-08-241-1/+2
* DC US and DC PAL have Chinese characters, very good -.-" Angelo Salese2013-08-241-2/+4
* Fix compile Angelo Salese2013-08-241-102/+101
* Corrected refresh rate Angelo Salese2013-08-231-3/+22
* Added analog inputs Angelo Salese2013-08-231-64/+124
* Disabled flash ROM code for now, it causes hangs at BIOS if you load too many... Angelo Salese2013-08-191-3/+5
* (MESS) DC: fix sound to run (nw) R. Belmont2013-08-191-3/+4
* Added Macronix 29LV160TMC sub-type to intelfsh.c, used by Sega Dreamcast [Ang... Angelo Salese2013-08-181-20/+42
* Fixed cable setting Angelo Salese2013-08-181-2/+8
* Other data shuffled around Angelo Salese2013-08-171-1/+1
* Some harmless mods to DC GD-Rom Angelo Salese2013-07-011-1/+1
* Fixed inputs in Dreamcast, nw Angelo Salese2013-06-261-5/+5
* SCREEN_RAW_PARAMS for Naomi/DC Angelo Salese2013-06-261-4/+1
* powervr2: Explode the dma registers [O. Galibert] Olivier Galibert2013-06-151-1/+1
* powervr2: Explode the core/ta registers [O. Galibert] Olivier Galibert2013-06-141-1/+1
* naomi: Better IRQ isolation [O. Galibert] Olivier Galibert2013-06-081-1/+1
* powervr2: Some register groups are obviously 32 bits, so make them so [O. Gal... Olivier Galibert2013-06-081-2/+2
* naomi video: Pretend-modernize the powervr2 [O. Galibert] Olivier Galibert2013-06-081-42/+10
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* some more naomi/dc cleanup (nw) Miodrag Milanovic2013-04-051-17/+9
* little bit more (nw) Miodrag Milanovic2013-04-011-3/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-1/+1