summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* addrmap: remove unsupported setter, emumem enforces unmapval 0 or ~0 hap2020-08-011-1/+1
* Use swapendian_int16/int32 in more devices AJR2020-07-292-45/+24
* sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games AJR2020-07-278-241/+585
* kl5c80a12: Emulate interrupt controller AJR2020-07-274-3/+584
* cp2000: put sboard interface on left side like everywhere else hap2020-07-271-1/+1
* z80: don't continue cpu when halt opcode gets overwritten hap2020-07-262-44/+36
* z80.cpp HALT notes MetalliC2020-07-261-0/+3
* srcclean for 0.223 Vas Crabb2020-07-262-3/+3
* kl5c80a12: Internalize internal RAM and clock divider; update notes AJR2020-07-252-29/+39
* kl5c80a12: Emulate MMU within CPU device AJR2020-07-214-15/+262
* New working machines hap2020-07-211-0/+1
* 6502: nmi is edge triggered hap2020-07-1811-37/+45
* -avr8: Added support for Timer 1 'Fast PWM with ICR' mode. [Ryan Holtz] Ryan Holtz2020-07-161-3/+71
* New working machines Ryan Holtz2020-07-141-1/+1
* avr8: remove duplicate notes (they are in the cpp) hap2020-07-142-33/+1
* -avr8: Fixed assorted Timer 0 and Timer 1 bugs. [Ryan Holtz] Ryan Holtz2020-07-142-578/+583
* m68kfpu: eplicitly set rounding mode for frem Patrick Mackinlay2020-07-131-0/+3
* New working machines hap2020-07-122-10/+18
* gigatron: some more work (#6940) Sterophonick2020-07-102-20/+39
* Remove x86emit.h AJR2020-07-103-3199/+4
* drcbex86: implemented asmjit emitter Patrick Mackinlay2020-07-102-2805/+2174
* drcbe: fixed logging problem Patrick Mackinlay2020-07-103-17/+16
* taitogn: sianniv doesn't have zsg2 sound hap2020-07-051-1/+1
* -m6809: Still perform an IRQ acknowledge cycle on software interrupts. Fixes ... Ryan Holtz2020-07-052-0/+4
* devices/cpu/h8/h8dma, devices/machine/generalplus_gpl16250soc, devices/machin... Ivan Vangelista2020-07-041-0/+1
* sothello: simplify maincpu-subcpu comms, game works again hap2020-07-031-2/+2
* drcbex64: implemented asmjit emitter Patrick Mackinlay2020-07-022-3758/+1644
* Slotified Mac 128k/512k/512ke/Plus keyboard port. Vas Crabb2020-07-011-0/+4
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-2910-16/+16
* New machines marked as NOT_WORKING AJR2020-06-284-0/+1484
* mips3: Removed depricated DRC flag and add a flag to disable intrablock branc... Ted Green2020-06-282-3/+7
* Ensure SDBD operations set correct condition flags. Andrew Green2020-06-251-18/+10
* i86: forgot carry flag for neg opcode (nw) hap2020-06-251-2/+2
* i86: Fixed old regression with NEG opcode flags. [dink/fbneo] hap2020-06-251-8/+8
* Merge branch 'release0222' into mainline-master Vas Crabb2020-06-251-3/+8
|\
| * -bus/coco/coco_ram.cpp: fix a rather obvious bug in shift/mask Vas Crabb2020-06-251-1/+1
| * cpu/i960: Log unimplemented IACs Vas Crabb2020-06-251-2/+7
* | Merge branch 'release0222' into mainline-master Vas Crabb2020-06-232-1713/+2682
|\|
| * Revert "drcbex64: use asmjit" Vas Crabb2020-06-232-1713/+2682
| * Revert "drcbex64: fix pushf/popf bug (nw)" Vas Crabb2020-06-231-15/+15
| * drcbex64: fix pushf/popf bug (nw) Patrick Mackinlay2020-06-221-15/+15
* | n64: modify burn_cycles method (nw) hap2020-06-222-7/+0
* | -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... MooglyGuy2020-06-222-3/+39
* | drcbex64: fix pushf/popf bug (nw) Patrick Mackinlay2020-06-221-15/+15
* | tlcs900: Fix MAX instruction (nw) AJR2020-06-211-1/+1
* | New machines marked as NOT_WORKING AJR2020-06-212-0/+295
* | Merge pull request #6844 from Sterophonick/master ajrhacker2020-06-212-14/+24
|\ \ | |/ |/|
| * gigatron: fix ROM mask being 15-bit instead of 16-bit Sterophonick2020-06-202-3/+5
| * gigatron: safe resolve (but proper) Sterophonick2020-06-201-1/+1
| * gigatron: change resolve to resolve_safe Sterophonick2020-06-201-1/+1