summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ipds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-16/+8
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-7/+2
* 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
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-3/+5
* 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
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+7
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-19/+3
* upd7220: Refactored to use bitmap_rgb32. (nw) Curt Coder2012-12-071-5/+6
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* removed local macros since macros with same name but different syntax will be... Miodrag Milanovic2012-09-121-2/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+194