| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added HD6301 subtype to the M6800 CPU core. [Curt Coder] |  Curt Coder | 2011-02-12 | 3 | -1/+59 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -48/+48 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -3/+3 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Naming cleanups. (no whatsnew) |  Curt Coder | 2011-01-25 | 2 | -209/+44 |
* | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 1 | -31/+31 |
* | M6801 changes: [Curt Coder] |  Curt Coder | 2011-01-21 | 2 | -279/+514 |
* | M6801 changes: [Curt Coder] |  Curt Coder | 2011-01-20 | 2 | -108/+203 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | m6800 - Fixed initial state of bit 7 and 6 of flag registers (according to do... |  Miodrag Milanovic | 2010-08-27 | 1 | -1168/+5 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -2/+10 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -34/+34 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -3/+3 |
* | Cleanups and version bump. |  Aaron Giles | 2010-07-29 | 1 | -2/+2 |
* | Fixed HD63701 SLP opcode [Sandro Ronco] |  Phil Bennett | 2010-07-29 | 1 | -5/+19 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -41/+22 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | Fixed illegal opcodes message, not worth mentioning |  Angelo Salese | 2010-06-13 | 1 | -2/+2 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -12/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -23/+23 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -29/+28 |
* | Small printf bugfix |  Angelo Salese | 2010-03-24 | 1 | -1/+1 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -10/+10 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -16/+16 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -2/+2 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -21/+21 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -11/+12 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 2 | -10/+10 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -12/+12 |
* | From: Oliver Stoeneberg [oliverst@online.de] |  Aaron Giles | 2009-05-25 | 1 | -2/+2 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 4 | -74/+0 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 2 | -24/+37 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -21/+21 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -16/+16 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -23/+23 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 1 | -3/+3 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -1/+8 |
* | 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 | -4/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -62/+24 |
* | [M6800] Removed the extraneous cpu_pop_context(). |  Curt Coder | 2008-12-08 | 1 | -1/+0 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | m68_state -> cpustate |  Aaron Giles | 2008-12-05 | 3 | -1814/+1814 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -41/+41 |
* | 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 | -18/+18 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -6/+6 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 3 | -122/+122 |