summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mc68hc11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed RORA/RORB opcodes in HC11 core. (nw) Sandro Ronco2012-09-101-2/+2
* Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw) Sandro Ronco2012-09-102-3/+50
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* cleanup ?-operator usage (should also fix the warnings found by firewave) Michaël Banaan Ananas2012-07-281-17/+17
* fix ?-operator warnings found by firewave Michaël Banaan Ananas2012-07-281-1/+1
* fix BRSET mask Michaël Banaan Ananas2012-07-161-7/+5
* small cleanup Michaël Banaan Ananas2012-07-161-34/+24
* (unneeded var) Michaël Banaan Ananas2012-07-151-8/+4
* fix carry flag on NEG + get rid of unneeded casts Michaël Banaan Ananas2012-07-151-30/+21
* wrong cast, reg a/b are 8bit Michaël Banaan Ananas2012-07-151-4/+4
* fix H/V flags on adc/sbc Michaël Banaan Ananas2012-07-151-66/+43
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-3/+3
* Implemented save support to HC11 core [Angelo Salese] Angelo Salese2011-09-111-1/+31
* Implemented STS DIR Angelo Salese2011-09-102-1/+15
* Forgot this ... seems to be running by now ... Angelo Salese2011-09-101-0/+4
* Added rol_ext, rol_indx, rol_indy to the HC11 CPU core [Angelo Salese] Angelo Salese2011-09-102-4/+71
* Implemented preliminary Free Running Counter timer for MC68HC11 CPU core [Ang... Angelo Salese2011-09-102-3/+81
* Implemented default INIT register for MC68HC11 CPU core, necessary for Namco'... Angelo Salese2011-09-102-4/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* 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