| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 04147: raiden: crashes if you use -debug switch [Alex Jackson] |  Phil Bennett | 2010-12-22 | 2 | -4/+4 |
* | i286.c: Partially implemented protected mode. Fixed verw, verr, lar, lsl, and... |  Wilbert Pol | 2010-10-31 | 8 | -72/+297 |
* | i80186/i80286: Fixed bound instruction restart when prefixed with a segment. ... |  Wilbert Pol | 2010-10-31 | 1 | -1/+1 |
* | i286.c: Moved call of i80286_urinit to CPU_INIT. Fixed display of PC in the d... |  Wilbert Pol | 2010-10-28 | 1 | -9/+3 |
* | Added INT1, INT2, INT3, DRQ0, DRQ1, TMRIN0, TMRIN1 input and TMROUT0, TMROUT1... |  Curt Coder | 2010-10-06 | 2 | -57/+126 |
* | Added mask-free versions of read_word/read_dword/read_qword to |  Aaron Giles | 2010-08-21 | 5 | -92/+14 |
* | Fix for i286 regression (no whatsnew) |  Miodrag Milanovic | 2010-08-20 | 1 | -0/+1 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 3 | -4/+8 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 2 | -25/+32 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 4 | -10/+10 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 4 | -20/+18 |
* | Cleanups and version bump. |  Aaron Giles | 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 | 2 | -4/+4 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 2 | -11/+8 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 2 | -10/+10 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 3 | -105/+77 |
* | i386/NEC disassembler updates: [Alex Jackson] |  Phil Bennett | 2010-04-01 | 1 | -1/+1 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 2 | -22/+22 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -7/+7 |
* | More PPC GCC warning fixes. |  R. Belmont | 2010-01-15 | 3 | -5/+5 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 2 | -6/+6 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 4 | -3/+2 |
* | Cleanups and version bump.mame0136 |  Aaron Giles | 2009-12-31 | 1 | -1/+1 |
* | Fixed x86 HLT instruction handling [Phill Harvey-Smith] |  Phil Bennett | 2009-12-31 | 3 | -11/+38 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -5/+5 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 5 | -54/+54 |
* | > -----Original Message----- |  Aaron Giles | 2009-09-24 | 1 | -5/+19 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 2 | -15/+15 |
* | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2009-07-02 | 1 | -1/+2 |
* | Fixed CPU_GET_INFO issues spotted by -validate in MESS debug build |  Fabio Priuli | 2009-04-11 | 1 | -1/+1 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 2 | -12/+0 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 2 | -16/+35 |
* | REP instructions with high interleave would never complete. |  Aaron Giles | 2008-12-30 | 3 | -32/+69 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 2 | -10/+10 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 2 | -22/+22 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 2 | -18/+18 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 2 | -131/+228 |
* | CPU header cleanups.... |  Aaron Giles | 2008-12-18 | 9 | -197/+172 |
* | Removed unneeded segment base changes from the 80286 core. |  Wilbert Pol | 2008-12-17 | 1 | -5/+0 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 5 | -0/+5 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 2 | -4/+0 |
* | Pointer-ified the i86/i286 cores. |  Aaron Giles | 2008-12-09 | 22 | -4414/+2498 |
* | activecpu_count -= 133 |  Aaron Giles | 2008-12-06 | 1 | -17/+17 |
* | Removed unused variables |  Nathan Woods | 2008-12-05 | 2 | -2/+0 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 2 | -55/+55 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 2 | -2/+2 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 2 | -4/+1 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 2 | -2/+0 |
* | Converted a bunch of CPU cores over to the new memory functions. |  Aaron Giles | 2008-11-22 | 5 | -67/+42 |
* | Debugger interfaces cleanup. Still more to do but this compiles and |  Aaron Giles | 2008-11-21 | 2 | -3/+3 |