summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mz6500.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-16/+10
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-5/+6
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* upd7220: tied pixel clock with the refresh rate, updated all drivers to use i... Angelo Salese2012-12-121-2/+2
* (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-40/+15
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+209