| Commit message (Expand) | Author | Age | Files | Lines |
* | Some changes/corrections to device descriptions from MASH and Tafoid (nw) |  Scott Stone | 2014-04-10 | 1 | -1/+1 |
* | Another round of auto_alloc_array conversions. |  Aaron Giles | 2014-02-20 | 1 | -2/+2 |
* | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -3/+3 |
* | call update_irq() after updating B & C register in device_reset (nw) |  smf- | 2013-11-03 | 1 | -0/+2 |
* | Support for different sized MC146818 compatibles [smf] |  smf- | 2013-11-02 | 1 | -6/+18 |
* | Fixed the MC146818 modernisation so that local/utc & whether a century is sto... |  smf- | 2013-11-01 | 1 | -298/+370 |
* | (MESS) BBC Micro updates / fixes: [Nigel Barnes] |  Fabio Priuli | 2013-10-28 | 1 | -37/+49 |
* | Fix device duplicated name/descriptions (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | PC driver cleanup: |  Dirk Best | 2013-06-13 | 1 | -23/+5 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -22/+22 |
* | Clean-ups and version bumpmame0145u8 |  Miodrag Milanovic | 2012-05-07 | 1 | -1/+1 |
* | Added the clock counter chain and other common functions into device_rtc_inte... |  Curt Coder | 2012-04-27 | 1 | -3/+2 |
* | mc146818 - Set period even if timer is disabled, required for windows nt [Carl] |  Miodrag Milanovic | 2012-02-20 | 1 | -8/+10 |
* | dma8237: fix uninitialized variable [Hans Ostermeyer] |  Miodrag Milanovic | 2012-02-18 | 1 | -7/+3 |
* | mc146818: remove hacks [Hans Ostermeyer] |  R. Belmont | 2011-08-13 | 1 | -30/+4 |
* | Cleanups and version bumpmame0142u5 |  Angelo Salese | 2011-06-05 | 1 | -1/+1 |
* | mc146818 - Implemented IRQ callbacks for this RTC [Carl] |  Miodrag Milanovic | 2011-05-31 | 1 | -4/+62 |
* | mc146818: Fix uninitialized variable found by Valgrind [R. Belmont] |  R. Belmont | 2011-05-01 | 1 | -1/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -67/+23 |
* | Created device_rtc_interface which can be used to initialize RTC's to a certa... |  Curt Coder | 2011-04-22 | 1 | -0/+18 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -3/+3 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -4/+4 |
* | 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 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Cleanups and version bump.mame0140u2 |  Aaron Giles | 2010-12-08 | 1 | -7/+7 |
* | Various device fixes/enhancements [Hans Ostermeyer] |  R. Belmont | 2010-12-07 | 1 | -20/+92 |
* | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 1 | -1/+1 |
* | Made the mc146818 a proper device, modernized it, and added an NVRAM interface |  Aaron Giles | 2010-09-10 | 1 | -161/+186 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -2/+2 |
* | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -2/+2 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -2/+1 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -1/+1 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -4/+4 |
* | Fix mc146818 warnings |  Couriersud | 2008-11-14 | 1 | -6/+6 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -6/+6 |
* | From: Barry Rodewald [mailto:bsr@xnet.co.nz] |  Aaron Giles | 2008-09-04 | 1 | -2/+19 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 1 | -11/+10 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -6/+6 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | Changes for MAME 0.121u2.mame0121u2 |  Aaron Giles | 2007-12-17 | 1 | -1/+1 |