summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/v6809.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptm6840_device: converted to devcb2 (nw) Ivan Vangelista2014-05-091-17/+12
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-25/+15
* mm58274c: updated to use inline configs. nw. Fabio Priuli2014-04-141-12/+5
* 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
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+5
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* 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-16/+29
* 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-10/+11
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-071-6/+6
* (MESS) v6809 : fixed crash from r26958 Robbbert2014-01-071-4/+4
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-37/+14
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-1/+2
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-2/+2
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+0
* (MESS) v6809 : last bits Robbbert2013-12-151-8/+23
* (MESS) v6809 : added rtc Robbbert2013-12-151-4/+18
* (MESS) v6809 : added fdc Robbbert2013-12-151-6/+44
* (MESS) v6809 : added some devices Robbbert2013-12-121-48/+106
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* (MESS) Floppy fixes. (nw) Curt Coder2012-12-051-2/+0
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+290