summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/ecbbus/grip.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-902/+0
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* fixed usage of uninitialized member in grip_device (nw) Oliver Stöneberg2014-10-281-0/+1
* static_config removed from speaker (nw) Miodrag Milanovic2014-09-131-8/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-56/+20
* converted z80_sti to devcb2. nw. Fabio Priuli2014-04-171-16/+6
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-14/+8
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-8/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-271-5/+5
* Added palette to ef9345, and some cleanup (nw) Miodrag Milanovic2014-03-161-2/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-1/+4
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-9/+25
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+2
* removed unused rxd callback from z80sti [smf] smf-2013-12-231-1/+0
* Updated a pair of commented out legacy calls. (nw) Ivan Vangelista2013-10-271-2/+2
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-221-0/+947