summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68681.c
Commit message (Expand)AuthorAgeFilesLines
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-41/+39
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-25/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+0
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-4/+4
* Fix PPC OSX compile (nw) R. Belmont2012-06-031-1/+1
* 68681.c: Fixed counter/timer implementation [Phil Bennett] Phil Bennett2012-06-021-96/+172
* Clean-ups and version bump Miodrag Milanovic2012-05-211-1/+1
* mc68681: Fixed generation of spurious interrupts, and provide ASSERT/CLEAR st... R. Belmont2012-05-191-9/+42
* 68681: Timers start immediately; unlike counters they don't wait for a start ... R. Belmont2012-05-161-51/+43
* DUART fix for counter mode making SC4 not assert (no whatsnew) Miodrag Milanovic2012-05-151-20/+28
* 68681: work around core problem where a timer set to 0 hz locks up MAME (nw) R. Belmont2011-10-151-0/+7
* (Finally found the time to finish this....) Aaron Giles2011-05-301-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-11/+11
* (typofix) Michaël Banaan Ananas2011-02-091-6/+6
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-20/+20
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-39/+39
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-9/+9
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* 68681 patch to fix dectalk's startup test in MESS [Hans Ostermeyer] Jonathan Gevaryahu2011-02-041-22/+22
* Attotime bulk conversion step: Aaron Giles2011-02-031-9/+9
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-5/+5
* Various device fixes/enhancements [Hans Ostermeyer] R. Belmont2010-12-071-27/+45
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+6
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-5/+4
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-13/+20
* Support external baud rates in the MC68681 DUART R. Belmont2009-09-201-1/+24
* Cleanups and version bump. Aaron Giles2009-09-101-1/+1
* 68681/2681 duart: When a channel is in loopback mode, do not actually transmi... Jonathan Gevaryahu2009-09-101-1/+3
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-15/+15
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-10/+10
* Add loopback mode and counter/timer modes 3 and 6 to 68681 DUART, self-tests ... Jonathan Gevaryahu2009-09-041-45/+178
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-2/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-13/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-2/+2