| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -1/+0 |
* | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
* | sharc: DMA internal index registers are only 17 bits long. (nw) |  Ville Linde | 2014-05-06 | 3 | -13/+13 |
* | sharc: initialize DMA6 registers in host booting mode. (nw) |  Ville Linde | 2014-04-16 | 1 | -0/+6 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 2 | -2/+2 |
* | Added ALU opcode 0x89 (FAVG), Last Bronx shows background scene in attract th... |  Angelo Salese | 2014-04-16 | 3 | -0/+25 |
* | Simplified Last Bronx fix, however it's confirmed to set dst address to 0, Vi... |  Angelo Salese | 2014-04-16 | 1 | -2/+9 |
* | Attempt to fix Last Bronx booting, still uses a shitload of unsupported opcod... |  Angelo Salese | 2014-04-15 | 5 | -7/+77 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 2 | -6/+5 |
* | and more *.c -> *.inc renaming (nw) |  Oliver Stöneberg | 2014-03-19 | 5 | -4/+4 |
* | Removed some auto_mallocs in favor of dynamic_arrays. |  Aaron Giles | 2014-02-19 | 2 | -2/+2 |
* | sharc.c: Modernized cpu core. [Wilbert Pol] |  Wilbert Pol | 2014-01-26 | 7 | -2113/+2072 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+1 |
* | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -1/+1 |
* | sharcdsm.c: [Pavel Semerad] |  Scott Stone | 2013-01-17 | 1 | -10/+33 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 2 | -2/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 9 | -1156/+1154 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 5 | -12/+12 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+1 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 2 | -4/+4 |
* | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 4 | -14/+14 |
* | sharc: Rewrote DMA handling to use timers. |  Ville Linde | 2012-09-12 | 2 | -106/+124 |
* | sharc: Changed delayed IOP writes to use timers. |  Ville Linde | 2012-09-12 | 1 | -33/+26 |
* | sharc: Minor optimizations |  Ville Linde | 2012-09-08 | 2 | -45/+35 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 5 | -57/+57 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -16/+16 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -13/+13 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -92/+92 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -7/+7 |
* | 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 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -4/+4 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -6/+1 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -4/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+7 |
* | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -5/+5 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -10/+10 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -9/+9 |
* | 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 | 3 | -4/+3 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 5 | -12/+12 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-10 | 1 | -1/+1 |
* | Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the |  Aaron Giles | 2009-09-07 | 1 | -1/+1 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 2 | -16/+17 |