| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for building MAME with Visual Studio 2013 preview [smf] |  smf- | 2013-07-05 | 1 | -1/+1 |
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -23/+23 |
* | MSM6242: Fix hang on savestate load -nw- |  Phil Bennett | 2013-01-03 | 1 | -5/+6 |
* | [MSM6242] Fixing RTC regressions regarding interrupt callbacks |  Nathan Woods | 2012-12-23 | 1 | -3/+39 |
* | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 1 | -12/+12 |
* | [MSM6242] Modernized the MSM6242 RTC code. Timer now only fires when it needs |  Nathan Woods | 2012-12-15 | 1 | -134/+319 |
* | [MSM6242] Changing to be based on dirtc.h |  Nathan Woods | 2012-12-11 | 1 | -48/+53 |
* | [MSM6242] More cleanups (nw), implemented save states |  Nathan Woods | 2012-12-10 | 1 | -46/+28 |
* | [MSM6242] Cleanups and basic modernizations in preparation for other work (nw) |  Nathan Woods | 2012-12-09 | 1 | -48/+67 |
* | Removed unneeded includes. (nw) |  Curt Coder | 2012-12-07 | 1 | -1/+0 |
* | Clean-ups and version bumpmame0146u5 |  Miodrag Milanovic | 2012-08-20 | 1 | -14/+14 |
* | Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese] |  Angelo Salese | 2012-08-17 | 1 | -27/+44 |
* | Clean-ups and version bump |  Angelo Salese | 2012-02-05 | 1 | -1/+1 |
* | Work-around for MT #4656 |  Angelo Salese | 2012-02-04 | 1 | -5/+4 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -3/+1 |
* | Clean-ups and version bumpmame0144u4 |  Angelo Salese | 2011-12-24 | 1 | -5/+5 |
* | Hooked up MSM6242 device to Super Kaneko Nova System [Angelo Salese] |  Angelo Salese | 2011-12-19 | 1 | -3/+6 |
* | Fixed devcb_write_line callback in the device, apparently my second TIMER_CAL... |  Angelo Salese | 2011-12-19 | 1 | -40/+57 |
* | Attempt to add irq function, it crashes (?) for whatever reason if enabled |  Angelo Salese | 2011-12-19 | 1 | -3/+58 |
* | Added incrementing time to MSM6242 device [Angelo Salese] |  Angelo Salese | 2011-12-19 | 1 | -38/+87 |
* | Modernized MSM6242 RTC device [Angelo Salese] |  Angelo Salese | 2011-12-19 | 1 | -81/+69 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -5/+5 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -4/+2 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -1/+1 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -10/+0 |
* | Cleanups and version bump.mame0129u4 |  Aaron Giles | 2009-02-17 | 1 | -1/+1 |
* | Fix bug #2896, #1785, #2801 |  Couriersud | 2009-02-07 | 1 | -5/+11 |
* | 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 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -2/+2 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -2/+2 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -2/+2 |
* | 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 | -0/+2 |
* | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2008-05-01 | 1 | -56/+128 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -3/+2 |
* | From: Lei Wu [mailto:lanewu@hotmail.com] |  Aaron Giles | 2008-04-24 | 1 | -13/+9 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 1 | -1/+1 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 1 | -1/+1 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -2/+2 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | Initial checkin of MAME 0.121.mame0121 |  Aaron Giles | 2007-12-17 | 1 | -0/+139 |