| Commit message (Expand) | Author | Age | Files | Lines |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | 6850acia.c: Improved DCD signal handling. [Wilbert Pol] |  Wilbert Pol | 2013-04-25 | 1 | -30/+38 |
* | fixed another uninitialized member in src/emu/machine/6850acia.c (nw) |  Oliver Stöneberg | 2013-03-06 | 1 | -0/+1 |
* | fixed uninitialized members in src/emu/machine/6850acia.c (nw) |  Oliver Stöneberg | 2013-03-06 | 1 | -0/+5 |
* | fixed another uninitialized variable in src/emu/machine/6850acia.c (nw) |  Oliver Stöneberg | 2013-02-16 | 1 | -0/+1 |
* | fixed uninitialized variable in src/emu/machine/6850acia.c (nw) |  Oliver Stöneberg | 2013-02-16 | 1 | -0/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -5/+5 |
* | Removed unneeded includes. (nw) |  Curt Coder | 2012-12-07 | 1 | -1/+0 |
* | 6850acia: bring IRQ line into standard usage (ASSERT_LINE = IRQ active) [R. B... |  R. Belmont | 2012-12-03 | 1 | -3/+3 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -1/+1 |
* | Cleanup acia6850 modernization, removing trampolines. |  Aaron Giles | 2011-05-04 | 1 | -130/+69 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -19/+19 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -30/+26 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -3/+3 |
* | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -23/+23 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -7/+7 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -5/+5 |
* | Cleanups and version bump.mame0140u3 |  Aaron Giles | 2010-12-23 | 1 | -2/+2 |
* | Added receive byte function to MC6850 ACIA for MESS generic terminal emulatio... |  Curt Coder | 2010-12-20 | 1 | -19/+48 |
* | Adjust MC6850 receive/transmit timer periods when clocks are changed. [Curt C... |  Curt Coder | 2010-12-10 | 1 | -0/+32 |
* | Correcting device names. No whatsnew. |  Ryan Holtz | 2010-08-28 | 1 | -1/+1 |
* | Updated the PTM 6840 device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 1 | -3/+3 |
* | Updated the ACIA 6850 device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-26 | 1 | -403/+312 |
* | 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 | -5/+4 |
* | 6850ACIA: Improved handling of /CTS signal and fixed issue with transmission ... |  Phil Bennett | 2010-04-14 | 1 | -76/+71 |
* | Convrted the rest of devintrf to classes and moved management |  Aaron Giles | 2010-01-19 | 1 | -1/+1 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -12/+12 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -2/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -2/+2 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -14/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -5/+6 |
* | Merged in changes from earlier commit. |  Curt Coder | 2009-02-09 | 1 | -13/+16 |
* | Refactored the ACIA6850 to use devcb. |  Curt Coder | 2009-02-09 | 1 | -129/+97 |
* | New games added or promoted from NOT_WORKING status |  Phil Bennett | 2009-01-31 | 1 | -12/+15 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -1/+0 |
* | Oops, undo an accidental change in 6850acia that broke the bfcobra games, amo... |  Aaron Giles | 2009-01-02 | 1 | -2/+2 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -4/+4 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -2/+2 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -1/+1 |
* | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 1 | -5/+5 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -23/+23 |
* | Made the 6850 ACIA a device |  Nathan Woods | 2008-12-03 | 1 | -189/+266 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+3 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -23/+23 |