| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 2 | -2/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -11/+11 |
* | Dynax.c update [Luca Elia] |  Luca Elia | 2009-10-18 | 1 | -1/+2 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -9/+9 |
* | Fixed pending IRQs handling in the TLCS-90 CPU core [Luca Elia] |  Luca Elia | 2009-03-23 | 1 | -0/+5 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -12/+26 |
* | Fix 02791: cafetime: Access Violation with -debug |  Phil Bennett | 2008-12-31 | 1 | -1/+1 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -13/+13 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |