| Commit message (Expand) | Author | Age | Files | Lines |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -4/+3 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -5/+5 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -238/+237 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -3/+3 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -1/+1 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -1/+1 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+6 |
* | SCSP updates [PluginNinja] |  R. Belmont | 2010-04-25 | 1 | -38/+50 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -1/+1 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -7/+7 |
* | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -1/+1 |
* | Added casting operators to the region_info class so you can assign |  Aaron Giles | 2010-01-16 | 1 | -2/+2 |
* | 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 | -3/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -60/+60 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -1/+1 |
* | Remove remaining references to machine->cpu[n]. Removed cpu[n] array. |  Aaron Giles | 2009-09-08 | 1 | -4/+4 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -4/+2 |
* | Sound cores compile cleanly. |  Aaron Giles | 2009-03-12 | 1 | -4/+4 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -1/+1 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -63/+46 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -2/+0 |
* | Sound cores no longer allocate their own tokens. Instead they return a new |  Aaron Giles | 2009-01-18 | 1 | -5/+3 |
* | Removed redundant config parameter from SND_START. |  Aaron Giles | 2009-01-18 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-01-14 | 1 | -3/+3 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -1/+1 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 1 | -9/+9 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-18 | 1 | -3/+3 |
* | Re-order SCSP init to fix crash. |  R. Belmont | 2008-12-13 | 1 | -18/+16 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-12 | 1 | -5/+7 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-10 | 1 | -1/+1 |
* | Hi mamedev, |  Aaron Giles | 2008-12-08 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -3/+3 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -4/+4 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -3/+3 |
* | Some more driver conversions to new functions. |  Aaron Giles | 2008-11-23 | 1 | -6/+6 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -3/+5 |
* | From AtariAce: |  Aaron Giles | 2008-11-13 | 1 | -5/+5 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -2/+3 |
* | Updated src\emu\sound headers from K-S, so they use latest naming/structure a... |  Derrick Renaud | 2008-08-10 | 1 | -9/+9 |
* | Moved region post-processing back to the end. Fixes endian issue on |  Aaron Giles | 2008-07-29 | 1 | -1/+3 |
* | Region classes go bye-bye. |  Aaron Giles | 2008-07-28 | 1 | -2/+2 |
* | Changed the way memory regions are referenced. Instead of a single |  Aaron Giles | 2008-07-28 | 1 | -6/+6 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-23 | 1 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-05 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-05-22 | 1 | -14/+17 |
* | Fixed an envelope corner case in the SCSP and AICA (kingshriek) |  R. Belmont | 2008-05-03 | 1 | -1/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -1/+1 |