| Commit message (Expand) | Author | Age | Files | Lines |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -3/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -7/+7 |
* | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] |  Olivier Galibert | 2012-11-06 | 1 | -324/+87 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | 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 | -11/+11 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -15/+15 |
* | 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 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -9/+9 |
* | 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 | -0/+2 |
* | 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 |
* | 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 | -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 | -9/+9 |
* | 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 | -3/+3 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | Moved the configuration of m6502-family callbacks to the cpu configuration. |  Wilbert Pol | 2009-05-15 | 1 | -8/+12 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -5/+14 |
* | PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] |  Aaron Giles | 2008-12-31 | 1 | -4/+4 |
* | 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 | -7/+7 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -6/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | 02638: various cpu cores don't compile anymore |  Aaron Giles | 2008-12-06 | 1 | -1/+0 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. |  Andrew Gardner | 2008-11-30 | 1 | -6/+2 |
* | Removed cpunum_get_active() calls from a number of CPU cores. |  Aaron Giles | 2008-11-26 | 1 | -95/+95 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 1 | -1/+1 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -7/+1 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 1 | -1/+0 |
* | More conversions, plus tested CPU cores that were previously disabled. |  Aaron Giles | 2008-11-22 | 1 | -86/+90 |
* | More conversion to the new memory functions. |  Aaron Giles | 2008-11-22 | 1 | -6/+9 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 1 | -1/+1 |
* | Terminology cleanup. "Machine" handlers are now "space" handlers. |  Aaron Giles | 2008-11-15 | 1 | -4/+4 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -5/+5 |
* | 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 | 1 | -8/+8 |
* | "Pointer"-ified the 6502 |  Couriersud | 2008-11-07 | 1 | -14/+10 |
* | WARNING: This is a significant change. If you are risk-averse and |  Aaron Giles | 2008-11-06 | 1 | -10/+12 |