summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tavernie.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptm6840_device: converted to devcb2 (nw) Ivan Vangelista2014-05-091-12/+6
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-21/+10
* 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-6/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* validation fix (nw) Miodrag Milanovic2014-03-151-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-28/+38
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-6/+6
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-9/+9
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-34/+14
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-041-0/+1
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+1
* (MESS) ivg09 : added fdc and some extra unused roms Robbbert2013-12-111-5/+41
* (MESS) ivg09 : added 2nd pia, beeper. Fixed video bug. Robbbert2013-12-111-20/+62
* (MESS) tavernie : split info separate systems: cpu09 and ivg09 Robbbert2013-12-111-28/+66
* (MESS) tavernie : connected up cassette and timer chip Robbbert2013-12-101-15/+36
* (MESS) tavernie : added devices for CPU09 board, disconnected IVG09 parts for... Robbbert2013-12-091-26/+119
* (MESS) New not-working driver [Robbbert] Robbbert2013-12-081-0/+206