| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-ups and version bumpmame0146u1 |  Miodrag Milanovic | 2012-06-11 | 1 | -4/+4 |
* | Fix PPC OSX compile (nw) |  R. Belmont | 2012-06-03 | 1 | -1/+1 |
* | 68681.c: Fixed counter/timer implementation [Phil Bennett] |  Phil Bennett | 2012-06-02 | 1 | -96/+172 |
* | Clean-ups and version bump |  Miodrag Milanovic | 2012-05-21 | 1 | -1/+1 |
* | mc68681: Fixed generation of spurious interrupts, and provide ASSERT/CLEAR st... |  R. Belmont | 2012-05-19 | 1 | -9/+42 |
* | 68681: Timers start immediately; unlike counters they don't wait for a start ... |  R. Belmont | 2012-05-16 | 1 | -51/+43 |
* | DUART fix for counter mode making SC4 not assert (no whatsnew) |  Miodrag Milanovic | 2012-05-15 | 1 | -20/+28 |
* | 68681: work around core problem where a timer set to 0 hz locks up MAME (nw) |  R. Belmont | 2011-10-15 | 1 | -0/+7 |
* | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -8/+8 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -11/+11 |
* | (typofix) |  Michaƫl Banaan Ananas | 2011-02-09 | 1 | -6/+6 |
* | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -20/+20 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -39/+39 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -9/+9 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | 68681 patch to fix dectalk's startup test in MESS [Hans Ostermeyer] |  Jonathan Gevaryahu | 2011-02-04 | 1 | -22/+22 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -9/+9 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -5/+5 |
* | Cleanups and version bump.mame0140u2 |  Aaron Giles | 2010-12-08 | 1 | -5/+5 |
* | Various device fixes/enhancements [Hans Ostermeyer] |  R. Belmont | 2010-12-07 | 1 | -27/+45 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+6 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -4/+4 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -6/+6 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -5/+4 |
* | First round of fixes for post-initialization allocs. |  Aaron Giles | 2009-12-20 | 1 | -13/+20 |
* | Support external baud rates in the MC68681 DUART |  R. Belmont | 2009-09-20 | 1 | -1/+24 |
* | Cleanups and version bump. |  Aaron Giles | 2009-09-10 | 1 | -1/+1 |
* | 68681/2681 duart: When a channel is in loopback mode, do not actually transmi... |  Jonathan Gevaryahu | 2009-09-10 | 1 | -1/+3 |
* | Cleanups and version bump.mame0133u5 |  Aaron Giles | 2009-09-07 | 1 | -15/+15 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-06 | 1 | -10/+10 |
* | Add loopback mode and counter/timer modes 3 and 6 to 68681 DUART, self-tests ... |  Jonathan Gevaryahu | 2009-09-04 | 1 | -45/+178 |
* | From: Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2009-05-25 | 1 | -2/+2 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -13/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -3/+3 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -5/+5 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -2/+2 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -39/+39 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -3/+3 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -44/+40 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -1/+2 |
* | Cleanups and version bump.mame0127 |  Aaron Giles | 2008-08-19 | 1 | -9/+9 |
* | modified 68681 to return 0xff if input port is NULL |  Roberto Zandona | 2008-08-18 | 1 | -1/+13 |
* | implemented read operation of MRA and MRB in 68681 device (this command is ne... |  Roberto Zandona | 2008-08-14 | 1 | -0/+26 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-07-24 | 1 | -4/+4 |