| Commit message (Expand) | Author | Age | Files | Lines |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -68/+68 |
* | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -3/+3 |
* | Removed ADDRESS_MAP_MODERN define (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -1/+0 |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 1 | -16/+16 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -484/+386 |
* | - Updated romload so devices are loaded from separate files [Miodrag Milanovic] |  Miodrag Milanovic | 2011-08-02 | 1 | -1/+1 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -13/+13 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -8/+8 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -1/+1 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -2/+2 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -0/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -6/+6 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -6/+6 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -2/+2 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -3/+3 |
* | Changed the MACHINE_DRIVER_* macros, as follows: |  Aaron Giles | 2010-09-01 | 1 | -3/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -20/+20 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -5/+5 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -0/+1 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -2/+1 |
* | Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... |  Fabio Priuli | 2010-01-06 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Added mechanism for the laserdisc core to return 0 for the |  Aaron Giles | 2009-07-13 | 1 | -1/+1 |
* | Converted the Namco 50xx into a proper device. |  Aaron Giles | 2009-05-26 | 1 | -2/+2 |
* | Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, |  Aaron Giles | 2009-05-09 | 1 | -1/+1 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -6/+6 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -1/+1 |
* | Added the concept of device "owner", for devices owned by other devices. |  Aaron Giles | 2008-12-17 | 1 | -28/+12 |
* | Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. |  Aaron Giles | 2008-12-06 | 1 | -4/+4 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -6/+6 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -13/+13 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -4/+4 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -3/+3 |
* | Added concept of scheduling quanta to the timer system. Also added |  Aaron Giles | 2008-11-05 | 1 | -2/+2 |
* | Silenced an annoying log message. |  Aaron Giles | 2008-10-23 | 1 | -1/+13 |
* | Connected firefox audio enables. |  Aaron Giles | 2008-10-13 | 1 | -2/+4 |
* | Cleanups and version bump.mame0127u7 |  Aaron Giles | 2008-10-09 | 1 | -1/+1 |
* | Made the Z80 daisy chain aware of referencing device-specific devices. |  Aaron Giles | 2008-10-09 | 1 | -143/+155 |
* | Added new functions for building device-relative tags. Changed machine |  Aaron Giles | 2008-10-03 | 1 | -4/+2 |
* | Cleanups and version bump.mame0127u5 |  Aaron Giles | 2008-09-26 | 1 | -75/+75 |
* | Added 22VP931 emulation, which is mostly working. Communication works |  Aaron Giles | 2008-09-25 | 1 | -0/+772 |