summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ins8250.c
Commit message (Expand)AuthorAgeFilesLines
* ins8250: fix regression (nw) cracyc2014-05-071-4/+4
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-36/+24
* fixed usage of uninitialized member in ins8250_uart_device (nw) Oliver Stöneberg2014-04-241-1/+2
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-7/+25
* (mess) diserial: double half cycle freq and add timer callbacks to terminal a... cracyc2013-11-191-0/+5
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-8/+19
* diserial: simplify (nw) cracyc2013-07-011-16/+2
* ins8250: set thre only if tx fifo is cleared and unset received data availabl... cracyc2013-06-051-2/+4
* ins8250: add pc16552d (nw) cracyc2013-06-031-5/+17
* microtch: convert to devcb2 (nw) cracyc2013-06-021-1/+1
* ins8250: msr bits (nw) cracyc2013-04-151-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-20/+20
* Import from MESS (no whatsnew) Miodrag Milanovic2012-03-121-2/+1
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-8/+8
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-111-7/+7
* ins8250 - Support for the 16550 fifo [Carl] Miodrag Milanovic2012-02-281-9/+153
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-1/+1
* Proper start state of ins8250 by Carl (no whatsnew) Miodrag Milanovic2012-02-261-1/+2
* mc146818 - Set period even if timer is disabled, required for windows nt [Carl] Miodrag Milanovic2012-02-201-44/+47
* Rewrite INS8250 to use diserial, updated Microtouch to modern and made it ser... Miodrag Milanovic2012-02-191-463/+220
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Refactored the INS8250 interrupt line to use devcb. [Curt Coder] Curt Coder2011-06-141-2/+4
* ins8250 - Fix enabling better mouse support in pc driver [Carl] Miodrag Milanovic2011-06-111-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Disabled 6845 logging and fixed logging in ins8250 (no whatsnew) Miodrag Milanovic2011-03-171-3/+6
* Fix build break from last checkin. Aaron Giles2011-02-061-1/+1
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+8
* pcat_nit.c update [Mariusz Wojcieszek] mariuszw12010-06-051-0/+704