summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ec65.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-7/+2
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-1/+3
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-2/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+2
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-12/+4
* 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-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-1/+4
* Stop ec65k from crashing by creating it's own class, the hardware appears ver... smf-2014-01-101-3/+12
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-17/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-30/+20
* removed ca1/ca2/cb1 callbacks as they were never called anyway [smf] smf-2014-01-011-7/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-38/+12
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-1/+1
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+2
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-3/+3
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+19
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+5
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+325