| 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 | -26/+26 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | 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 | -4/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -4/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+7 |
* | MC68HC11: Implemented SUBD DIR & SUBD EXT opcodes [Angelo Salese] |  Angelo Salese | 2010-03-24 | 2 | -2/+32 |
* | 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 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -3/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -4/+4 |
* | Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the |  Aaron Giles | 2009-09-07 | 3 | -3/+3 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | mc68hc11: fixed a register r/w to allow Skeet Shooter to put some gfxs |  Angelo Salese | 2009-06-27 | 1 | -0/+12 |
* | mc68hc11: fixed the I/O system by changing the has_io flag with a has_extende... |  Angelo Salese | 2009-06-26 | 2 | -7/+24 |
* | mc68hc11: Fixed a bug with TAP opcode |  Angelo Salese | 2009-06-26 | 2 | -2/+8 |
* | mc68hc11: added STX DIR, STY DIR opcodes |  Angelo Salese | 2009-06-26 | 2 | -2/+27 |
* | Cleanups and version bump.mame0132u2 |  Aaron Giles | 2009-06-25 | 2 | -69/+69 |
* | mc68hc11: added user-selectable configs, and hooked up in both drivers |  Angelo Salese | 2009-06-23 | 2 | -4/+24 |
* | MC68HC11: Added STX INDX, STX INDY, STY INDY |  Angelo Salese | 2009-06-23 | 2 | -11/+49 |
* | mc68hc11: Added DEC INDX, DEC INDY, INC INDX, INC INDY, SBCA IMM, SBCB IMM, S... |  Angelo Salese | 2009-06-22 | 2 | -42/+280 |
* | mc68hc11: Added SWI, WAI, STOP, RORA, RORB |  Angelo Salese | 2009-06-22 | 3 | -11/+154 |
* | mc68hc11: Added LSRA, LSRB, DEC EXT, BLS, NEGA, NEGB, BHI |  Angelo Salese | 2009-06-21 | 2 | -6/+99 |
* | Small bug-fix |  Angelo Salese | 2009-06-21 | 1 | -0/+1 |
* | mc68hc11: hooked up very basic IRQ support. |  Angelo Salese | 2009-06-21 | 2 | -30/+67 |
* | mc68hc11: Added BRCLR DIR, BRSET DIR, RTI, COMA, COMB, CLV [Angelo Salese] |  Angelo Salese | 2009-06-21 | 3 | -7/+92 |
* | mc68hc11: Added ROLA, ROLB, SUBD INDX, SUBD INDY, SBCA INDX, SBCA INDY, SBCB ... |  Angelo Salese | 2009-06-21 | 3 | -10/+159 |
* | mc68hc11: Documented all the remaining missing opcodes, they are 91 out of 310. |  Angelo Salese | 2009-06-21 | 1 | -9/+100 |
* | mc68hc11: Fixed a CPY IMM DASM bug, added BRCLR INDX, BRSET INDX, BCLR INDX, ... |  Angelo Salese | 2009-06-20 | 3 | -5/+169 |
* | mc68hc11: Added LSRD, STX EXT, STY EXT, IDIV, CPY DIR, CPY EXT, CPY INDX, CPY... |  Angelo Salese | 2009-06-20 | 2 | -4/+136 |
* | Fixed incorrect MUL number of cycles |  Angelo Salese | 2009-06-19 | 1 | -1/+1 |
* | mc68hc11: Added SEC & SEV. |  Angelo Salese | 2009-06-19 | 2 | -0/+14 |
* | mc68hc11: Added TBA, ASLA, ASLB, DECA, DECB, STY INDX, MUL, got to the point ... |  Angelo Salese | 2009-06-19 | 2 | -0/+99 |
* | mc68hc11: Added SUBA IMM, SUBB IMM, INCB, INC EXT, CBA. |  Angelo Salese | 2009-06-19 | 3 | -1/+76 |
* | mc68hc11: Added JMP INDX, JMP INDY, changed a reg_w assert to a logerror sinc... |  Angelo Salese | 2009-06-19 | 3 | -2/+20 |
* | mc68hc11: added TXS, TYS, TSX, TSY |  Angelo Salese | 2009-06-19 | 2 | -0/+31 |
* | mc68hc11: added BCC, BVC, BRN, BMI, BVS opcodes |  Angelo Salese | 2009-06-19 | 2 | -0/+53 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -6/+15 |
* | 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 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-15 | 1 | -1/+1 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Pointer-ified the MC68HC11 core. |  Aaron Giles | 2008-12-10 | 3 | -1041/+1034 |
* | CPU_IS_LE -> ENDIANNESS_LITTLE |  Aaron Giles | 2008-12-04 | 1 | -1/+1 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 2 | -3/+1 |
* | Removed NO_LEGACY_MEMORY_HANDLERS defines. |  Aaron Giles | 2008-11-24 | 1 | -1/+0 |