| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 2 | -2967/+0 |
| * | don't need %lf as arguments are always promoted to double (nw) |  Cowering | 2015-07-08 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0162 |  Miodrag Milanovic | 2015-05-27 | 1 | -2/+2 |
| * | TLCS-90 CPU: Fixed TRUN bit masking (timers start/stop) [Rainer Keuchel] |  Luca Elia | 2015-05-17 | 1 | -13/+16 |
| * | Done work for Luca Elia (nw) |  Miodrag Milanovic | 2015-05-13 | 2 | -2/+2 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 2 | -2/+2 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 2 | -0/+4 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | Cleanups and version bumpmame0155 |  Miodrag Milanovic | 2014-10-15 | 1 | -45/+45 |
| * | Added proper NMK004 internal rom [trap15] |  David Haywood | 2014-09-13 | 2 | -68/+56 |
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -2/+5 |
| * | various cpu cores: don't state save icount (nw) |  Alex W. Jackson | 2014-07-09 | 1 | -1/+0 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+0 |
| * | use ARRAY_LENGTH (nw) |  Oliver Stöneberg | 2014-04-03 | 1 | -1/+1 |
| * | tlcs90.c: Modernized cpu core. [Wilbert Pol] |  Wilbert Pol | 2014-01-06 | 2 | -905/+901 |
| * | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+4 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 2 | -1106/+1106 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 2 | -8/+8 |
| * | Don't use safe_pc[base] when you already have a |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
| * | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -1/+1 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -22/+22 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
| * | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -4/+4 |
| * | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -4/+4 |
| * | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -17/+17 |
| * | fix savestate assert |  Michaël Banaan Ananas | 2011-02-14 | 1 | -0/+1 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -37/+37 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -5/+5 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
| * | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -6/+6 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
| * | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 1 | -1/+1 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -14/+13 |
| * | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -3/+3 |
| * | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -3/+1 |
| * | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -5/+5 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -7/+6 |
| * | tlcs90.c: added save states [Fabio Priuli] |  Fabio Priuli | 2010-03-17 | 1 | -1/+47 |
| * | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -13/+13 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -2/+2 |
| * | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
| * | 03649: gekisha: Unknown DIP 4-2 toggles Auto Tsumo after Reach. If it is enab... |  Angelo Salese | 2010-01-11 | 1 | -0/+1 |