| Commit message (Expand) | Author | Age | Files | Lines |
* | m6502: More interrupt fixing [O. Galibert] |  Olivier Galibert | 2012-11-07 | 1 | -0/+1 |
* | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] |  Olivier Galibert | 2012-11-06 | 1 | -492/+65 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -3/+3 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+1 |
* | m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... |  Curt Coder | 2012-09-04 | 1 | -21/+7 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -16/+16 |
* | 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 | -1/+1 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -1/+1 |
* | Sync with MESS, including OG's fix for exiting with debugger active (no whats... |  Miodrag Milanovic | 2012-01-26 | 1 | -2/+4 |
* | Fixed devcb regression. (nw) |  Curt Coder | 2011-05-05 | 1 | -0/+5 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -4/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | I'm bored to do spring cleaning |  Angelo Salese | 2011-04-18 | 1 | -1/+1 |
* | Refactored the M6510 CPU to use device callbacks for port read/write. [Curt C... |  Curt Coder | 2011-04-18 | 1 | -13/+7 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -5/+5 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -12/+12 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -2/+4 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -3/+3 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -2/+3 |
* | Fixed missing cpu_device -> legacy_cpu_device (no whatsnew) |  Miodrag Milanovic | 2010-06-17 | 1 | -1/+1 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -3/+3 |
* | Removed not needed constant, set proper return type and added call to m4510 c... |  Miodrag Milanovic | 2010-06-13 | 1 | -4/+3 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -4/+0 |
* | 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 | -7/+6 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -5/+5 |
* | 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 | 1 | -3/+3 |
* | 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 | 1 | -5/+6 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -6/+6 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -7/+7 |
* | Moved the configuration of m6502-family callbacks to the cpu configuration. |  Wilbert Pol | 2009-05-15 | 1 | -12/+20 |
* | Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build |  Fabio Priuli | 2009-04-11 | 1 | -1/+1 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -10/+19 |
* | PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] |  Aaron Giles | 2008-12-31 | 1 | -8/+8 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -11/+11 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -8/+8 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. |  Aaron Giles | 2008-12-09 | 1 | -23/+4 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | Removed cpunum_get_active() calls from a number of CPU cores. |  Aaron Giles | 2008-11-26 | 1 | -150/+150 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -8/+1 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 1 | -1/+0 |
* | More conversion to the new memory functions. |  Aaron Giles | 2008-11-22 | 1 | -18/+21 |