| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -7/+7 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -3/+3 |
* | 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 |
* | - Refactored Z80CTC to use devcb |  Curt Coder | 2009-10-20 | 1 | -5/+8 |
* | Added mechanism for the laserdisc core to return 0 for the |  Aaron Giles | 2009-07-13 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -3/+3 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -6/+6 |
* | Added new module devcb, which can generically handle conversions between device |  Aaron Giles | 2009-01-26 | 1 | -4/+4 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -3/+1 |
* | Added the concept of device "owner", for devices owned by other devices. |  Aaron Giles | 2008-12-17 | 1 | -31/+15 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+1 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -4/+4 |
* | Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. |  Aaron Giles | 2008-12-06 | 1 | -3/+3 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+2 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -5/+5 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -2/+2 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -5/+5 |
* | Added concept of scheduling quanta to the timer system. Also added |  Aaron Giles | 2008-11-05 | 1 | -1/+1 |
* | Cleanups and version bump.mame0127u7 |  Aaron Giles | 2008-10-09 | 1 | -55/+55 |
* | Made the Z80 daisy chain aware of referencing device-specific devices. |  Aaron Giles | 2008-10-09 | 1 | -602/+538 |
* | Cleanups and version bump.mame0127u6 |  Aaron Giles | 2008-10-02 | 1 | -6/+6 |
* | Added mechanism to generically specify input port tags in place of |  Aaron Giles | 2008-10-01 | 1 | -2/+93 |
* | Fix compile error. |  Aaron Giles | 2008-09-18 | 1 | -0/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -0/+1 |
* | Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a |  Aaron Giles | 2008-09-06 | 1 | -0/+2 |
* | Cleanups and version bump.mame0127u2 |  Aaron Giles | 2008-09-04 | 1 | -26/+26 |
* | Split core laserdisc functionality into separate file ldcore.c. |  Aaron Giles | 2008-09-04 | 1 | -0/+742 |