| 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 | -7/+7 |
* | finished modernizing timekeeper [smf] |  smf- | 2013-05-09 | 1 | -11/+2 |
* | 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 | -3/+2 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -141/+67 |
* | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -3/+3 |
* | Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. |  Aaron Giles | 2011-03-10 | 1 | -22/+42 |
* | 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 | -4/+4 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -11/+11 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -10/+10 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -4/+4 |
* | Updated the K033906 PCI Bridge device to no longer be legacy. [Harmony] |  Ryan Holtz | 2010-08-28 | 1 | -8/+5 |
* | timekpr fix for gradius4 crash and likely others. No whatsnew. |  Ryan Holtz | 2010-08-25 | 1 | -0/+12 |
* | Updated the M48T02, M48T35, M48T58 and MK48T08 devices to no longer be legacy... |  Ryan Holtz | 2010-08-25 | 1 | -350/+308 |
* | timekpr.c: Not assert in case there is no default data defined (fixes CD-i ba... |  Miodrag Milanovic | 2010-07-08 | 1 | -1/+2 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -2/+2 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+6 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -17/+15 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -4/+4 |
* | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 1 | -5/+2 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -5/+5 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | fixed building with visual studio. |  smf- | 2009-01-24 | 1 | -4/+4 |
* | 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 | -13/+13 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -8/+3 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -2/+2 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -10/+10 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -14/+10 |
* | 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 | -4/+6 |
* | commented out debug code that mingw didn't like because it was wrong. |  smf- | 2008-09-01 | 1 | -2/+2 |
* | converted timekeeper to a device, all default contents are loaded from disk. ... |  smf- | 2008-09-01 | 1 | -153/+281 |
* | identified compatible timekeeper used by midway zeus ii. |  smf- | 2008-08-17 | 1 | -120/+37 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2008-06-26 | 1 | -3/+2 |
* | Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* |  Aaron Giles | 2008-04-03 | 1 | -14/+14 |
* | New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... |  smf- | 2008-03-30 | 1 | -14/+14 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 1 | -1/+1 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -0/+1 |
* | TMS3203x core updates: |  Aaron Giles | 2007-12-28 | 1 | -0/+25 |