summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/zorba.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) zorba: CRTC cleanup. (nw) Curt Coder2014-04-301-13/+2
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-301-5/+5
* (MESS) zorba : notes Robbbert2014-04-301-2/+2
* (MESS) zorba : i8275 is almost working, so hooked it up and got rid of the ba... Robbbert2014-04-301-68/+45
* z80dma: converted to use devcb2. nw. Fabio Priuli2014-04-291-15/+11
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-6/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* i8275x: Delegated. (nw) Curt Coder2014-04-041-5/+6
* i8275x: Cleanup. (nw) Curt Coder2014-04-021-1/+3
* i8275x: devcb2 cleanup. (nw) Curt Coder2014-04-021-1/+2
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-20/+5
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-39/+9
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-15/+18
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-1/+1
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-37/+9
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-6/+0
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) zorba : minor adjustments Robbbert2013-09-101-4/+4
* (MESS) Zorba : added keyboard rom (not hooked up) Robbbert2013-09-081-2/+15
* i8275x: devcb2. (nw) Curt Coder2013-09-051-14/+2
* (MESS) zorba: Fixed CRTC clock and DMA. (nw) Curt Coder2013-09-051-5/+10
* (MESS) Zorba : added keyboard and comments (nw) Robbbert2013-08-251-8/+35
* (MESS) New skeleton [Cowering, Robbbert] Robbbert2013-08-251-0/+459