| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -10/+10 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | 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/+4 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -3/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -6/+5 |
* | tafoid yes, surely a copypaste error |  Michaƫl Banaan Ananas | 2010-05-05 | 1 | -2/+0 |
* | Fixed 03830: All sets in harddriv.c: Message: Duplicate save state registrati... |  Scott Stone | 2010-05-05 | 1 | -2/+2 |
* | added save states to the following CPU: apexc, asap, avr8, cp1610, dsp32 and ... |  Fabio Priuli | 2010-04-27 | 1 | -0/+43 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -9/+9 |
* | 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 | -1/+1 |
* | 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 | 2 | -7/+7 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-10 | 1 | -1/+1 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 2 | -12/+11 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -8/+23 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -9/+9 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |
* | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 2 | -3/+3 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 2 | -2/+2 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -7/+0 |
* | s/cpustate->([ch])/filename.\1/ |  Aaron Giles | 2008-12-10 | 1 | -1/+1 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -12/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | Pointer-ified the DSP32 core. |  Aaron Giles | 2008-12-06 | 2 | -1371/+1308 |
* | Removed cpunum_get_active(). |  Aaron Giles | 2008-12-06 | 2 | -6/+6 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 2 | -33/+0 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 1 | -1/+0 |
* | Converted a bunch of CPU cores over to the new memory functions. |  Aaron Giles | 2008-11-22 | 2 | -14/+13 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -1/+1 |
* | Converted change_pc() into a no-op. Changed memory_set_direct_region() to |  Aaron Giles | 2008-11-19 | 2 | -32/+32 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 3 | -34/+36 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -15/+4 |
* | Populated tag and static_config parts of fake CPU device. Removed 'config' |  Aaron Giles | 2008-11-09 | 1 | -1/+1 |
* | Cleanups/version bump.mame0128u3 |  Aaron Giles | 2008-11-09 | 1 | -1/+1 |
* | Added macros for all CPU callbacks to ease future changes. |  Aaron Giles | 2008-11-08 | 2 | -10/+10 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 1 | -13/+16 |
* | From Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2008-09-04 | 1 | -0/+1 |
* | structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... |  Derrick Renaud | 2008-08-11 | 2 | -4/+7 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 2 | -7/+3 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-04-24 | 1 | -1/+0 |
* | Identified code not used and marked with "#ifdef UNUSED_FUNCTION" |  Couriersud | 2008-03-01 | 1 | -2/+6 |
* | Changed debugger-related code to be based off a new makefile define (DEBUGGER... |  Aaron Giles | 2008-02-02 | 2 | -5/+5 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -1/+1 |