summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mc68hc11
Commit message (Expand)AuthorAgeFilesLines
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-26/+26
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* MC68HC11: Implemented SUBD DIR & SUBD EXT opcodes [Angelo Salese] Angelo Salese2010-03-242-2/+32
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-3/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-073-3/+3
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* mc68hc11: fixed a register r/w to allow Skeet Shooter to put some gfxs Angelo Salese2009-06-271-0/+12
* mc68hc11: fixed the I/O system by changing the has_io flag with a has_extende... Angelo Salese2009-06-262-7/+24
* mc68hc11: Fixed a bug with TAP opcode Angelo Salese2009-06-262-2/+8
* mc68hc11: added STX DIR, STY DIR opcodes Angelo Salese2009-06-262-2/+27
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-252-69/+69
* mc68hc11: added user-selectable configs, and hooked up in both drivers Angelo Salese2009-06-232-4/+24
* MC68HC11: Added STX INDX, STX INDY, STY INDY Angelo Salese2009-06-232-11/+49
* mc68hc11: Added DEC INDX, DEC INDY, INC INDX, INC INDY, SBCA IMM, SBCB IMM, S... Angelo Salese2009-06-222-42/+280
* mc68hc11: Added SWI, WAI, STOP, RORA, RORB Angelo Salese2009-06-223-11/+154
* mc68hc11: Added LSRA, LSRB, DEC EXT, BLS, NEGA, NEGB, BHI Angelo Salese2009-06-212-6/+99
* Small bug-fix Angelo Salese2009-06-211-0/+1
* mc68hc11: hooked up very basic IRQ support. Angelo Salese2009-06-212-30/+67
* mc68hc11: Added BRCLR DIR, BRSET DIR, RTI, COMA, COMB, CLV [Angelo Salese] Angelo Salese2009-06-213-7/+92
* mc68hc11: Added ROLA, ROLB, SUBD INDX, SUBD INDY, SBCA INDX, SBCA INDY, SBCB ... Angelo Salese2009-06-213-10/+159
* mc68hc11: Documented all the remaining missing opcodes, they are 91 out of 310. Angelo Salese2009-06-211-9/+100
* mc68hc11: Fixed a CPY IMM DASM bug, added BRCLR INDX, BRSET INDX, BCLR INDX, ... Angelo Salese2009-06-203-5/+169
* mc68hc11: Added LSRD, STX EXT, STY EXT, IDIV, CPY DIR, CPY EXT, CPY INDX, CPY... Angelo Salese2009-06-202-4/+136
* Fixed incorrect MUL number of cycles Angelo Salese2009-06-191-1/+1
* mc68hc11: Added SEC & SEV. Angelo Salese2009-06-192-0/+14
* mc68hc11: Added TBA, ASLA, ASLB, DECA, DECB, STY INDX, MUL, got to the point ... Angelo Salese2009-06-192-0/+99
* mc68hc11: Added SUBA IMM, SUBB IMM, INCB, INC EXT, CBA. Angelo Salese2009-06-193-1/+76
* mc68hc11: Added JMP INDX, JMP INDY, changed a reg_w assert to a logerror sinc... Angelo Salese2009-06-193-2/+20
* mc68hc11: added TXS, TYS, TSX, TSY Angelo Salese2009-06-192-0/+31
* mc68hc11: added BCC, BVC, BRN, BMI, BVS opcodes Angelo Salese2009-06-192-0/+53
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-151-6/+15
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-9/+9
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Pointer-ified the MC68HC11 core. Aaron Giles2008-12-103-1041/+1034
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-242-3/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0