| Commit message (Expand) | Author | Age | Files | Lines |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -2/+2 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -8/+8 |
* | 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 | -10/+10 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -43/+43 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | 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 | -67/+67 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -1/+1 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 6 | -23/+20 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -3/+3 |
* | 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/+0 |
* | 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 | -8/+7 |
* | 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 | -21/+21 |
* | 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 | 7 | -3/+9 |
* | Fix linker warning. |  Aaron Giles | 2010-01-04 | 1 | -4/+4 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 2 | -42/+42 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 2 | -9/+9 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | Fixed breakpoints in the TMS9900 CPU core [Olivier Galibert] |  Angelo Salese | 2009-06-24 | 1 | -29/+1 |
* | One more GCC 4.4 fix |  R. Belmont | 2009-06-10 | 1 | -0/+3 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 1 | -20/+0 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -17/+26 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2009-01-14 | 1 | -3/+0 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -10/+10 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+10 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 1 | -1/+1 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 3 | -1163/+1142 |
* | Hi mamedev, |  Aaron Giles | 2008-12-08 | 1 | -2/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -43/+43 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+1 |
* | Removed globals from cpuexec. |  Aaron Giles | 2008-11-25 | 1 | -3/+4 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 1 | -1/+0 |
* | TMS* CPUs conversion ... almost there. |  Aaron Giles | 2008-11-23 | 1 | -68/+72 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -1/+1 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -45/+45 |
* | This patch replaces the Machine parameter where an running_machine * |  Aaron Giles | 2008-11-13 | 1 | -2/+2 |
* | Added CPU device parameters to all CPU callbacks except for the |  Aaron Giles | 2008-11-10 | 1 | -1/+1 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -14/+14 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 1 | -1/+1 |