summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68681.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-39/+39
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-44/+40
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-1/+2
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-9/+9
* modified 68681 to return 0xff if input port is NULL Roberto Zandona2008-08-181-1/+13
* implemented read operation of MRA and MRB in 68681 device (this command is ne... Roberto Zandona2008-08-141-0/+26
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-4/+4