| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -2135/+0 |
* | Removed all uses of setjmp.h in MAME. The only place where |  couriersud | 2015-05-17 | 1 | -0/+3 |
* | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | fix |  Miodrag Milanovic | 2014-07-22 | 1 | -3/+3 |
* | powerpc: Modernised cpu core (nw) |  Wilbert Pol | 2014-06-30 | 1 | -186/+116 |
* | removed usage of legacy IRQ callback (nw) |  Miodrag Milanovic | 2014-04-29 | 1 | -1/+1 |
* | did same for PPC (nw) |  Miodrag Milanovic | 2014-04-28 | 1 | -3/+24 |
* | ppc *.c -> *.inc renaming |  Oliver Stöneberg | 2014-03-19 | 1 | -5/+5 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+8 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -10/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -533/+532 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -7/+7 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -22/+22 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 1 | -4/+4 |
* | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -10/+10 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -6/+6 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -39/+39 |
* | Cleanup (no whatsnew) |  Miodrag Milanovic | 2012-05-13 | 1 | -6/+6 |
* | Added PPC405GP to PPC cpu core [Lukasz Markowski] |  Miodrag Milanovic | 2012-05-12 | 1 | -0/+74 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -6/+6 |
* | 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 | -19/+19 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -23/+23 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -0/+12 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -7/+7 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -13/+13 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -19/+19 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -7/+7 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -6/+6 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -9/+9 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -18/+18 |
* | Hooked up DSA/ESA instructions for PowerPC 602 (as no-ops for now). |  Aaron Giles | 2008-12-30 | 1 | -86/+0 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -21/+21 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -49/+49 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -6/+6 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -17/+0 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -7/+7 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -2/+2 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -2/+0 |
* | More memory conversions. |  Aaron Giles | 2008-11-23 | 1 | -72/+79 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 1 | -2/+2 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 1 | -6/+6 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 1 | -40/+40 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 1 | -63/+69 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 1 | -2/+0 |