summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/dmv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-13/+7
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-18/+14
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-17/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* mcs48.c: Modernized cpu core (nw) Wilbert Pol2013-08-231-2/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-5/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-4/+15
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+56
* upd7220: tied pixel clock with the refresh rate, updated all drivers to use i... Angelo Salese2012-12-121-1/+1
* Removed unnecessary parameters from upd7220 Angelo Salese2012-12-121-3/+3
* (MESS) Removed unnecessary includes, and fixed a floppy bug. (nw) Curt Coder2012-12-091-1/+0
* upd7220: Refactored to use bitmap_rgb32. (nw) Curt Coder2012-12-071-1/+2
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+2
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-41/+53
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+345