| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -774/+0 |
* | Added seconds() and attoseconds() to attotime and prefixed members with |  couriersud | 2015-08-15 | 1 | -2/+2 |
* | sorted out more (nw) |  Miodrag Milanovic | 2015-05-14 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | removed not needed parameter from stream_alloc (nw) |  Miodrag Milanovic | 2014-04-30 | 1 | -1/+1 |
* | nes_apu: converted to use inline config. nw. |  Fabio Priuli | 2014-04-11 | 1 | -23/+3 |
* | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+2 |
* | removed assert from src/emu/sound/nes_apu.c (nw) |  Oliver Stöneberg | 2014-03-13 | 1 | -1/+0 |
* | added asserts for known index out-of-bounds accesses (nw) |  Oliver Stöneberg | 2014-03-08 | 1 | -0/+1 |
* | Extra space for i/o in VCU |  Angelo Salese | 2013-11-06 | 1 | -4/+4 |
* | Fix compiling problems. (nw) |  Ivan Vangelista | 2013-11-06 | 1 | -1/+1 |
* | Modernize nes_apu device. (nw) |  Ivan Vangelista | 2013-11-05 | 1 | -263/+249 |
* | devlegcy.h usage cleanup (nw) |  Oliver Stöneberg | 2013-07-10 | 1 | -0/+1 |
* | Fix device duplicated name/descriptions (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | extended large amount of devices with shortname and source file data (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -34/+32 |
* | n2a03: Put a second irq line logically-ored with the normal one [O. Galibert] |  Olivier Galibert | 2012-11-07 | 1 | -2/+2 |
* | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] |  Olivier Galibert | 2012-11-06 | 1 | -3/+5 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Stop allocating arrays of UINT8s for the tokens, when |  Aaron Giles | 2012-09-18 | 1 | -1/+1 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | Cleanup and some inheritance fixes (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -27/+0 |
* | conversion of legacy devices into modern wip (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -2/+40 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | 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 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -46/+46 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -3/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -1/+1 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 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 | -9/+7 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 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 | -3/+3 |
* | > From: atari_ace@verizon.net |  Aaron Giles | 2009-10-21 | 1 | -1/+1 |
* | Cleanups and version bump.mame0133u2 |  Aaron Giles | 2009-08-13 | 1 | -30/+30 |
* | More NES work: [Robert Bohms] |  Fabio Priuli | 2009-08-06 | 1 | -504/+518 |
* | Sound cores compile cleanly. |  Aaron Giles | 2009-03-12 | 1 | -2/+2 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -41/+37 |
* | 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 |
* | 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 | -2/+2 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -0/+1 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |