summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-2694-2416/+14774
* Revert "conflict resolution (nw)" andreasnaive2019-03-2594-14774/+2416
* srcclean (nw) Vas Crabb2019-03-243-25/+25
* ns32000dasm.cpp: Fix another catastrophic opcode format bug (nw) AJR2019-03-231-1/+1
* ns32000dasm.cpp: Fix catastrophic bug with one opcode format (nw) AJR2019-03-231-0/+1
* Fix clang error: private field 'm_pcmask' is not used [-Werror,-Wunused-priva... AJR2019-03-231-1/+0
* ns32000: Skeleton CPU device with disassembler for NS32000 family. Nigel Barnes2019-03-234-0/+1261
* apollo: Updates and resurrection [Hans Ostermeyer] arbee2019-03-222-1/+2
* m68301: Remove device type (nw) AJR2019-03-222-37/+0
* mcs51: New version of old hack to break out of JB INT0/INT1 loops when interr... AJR2019-03-222-0/+16
* vl70: Hookup inputs [O. Galibert] Olivier Galibert2019-03-211-0/+3
* tms99xx: Fixed handling of C and OV status bits for INV and SLA instructions. Michael Zapf2019-03-212-4/+12
* Really fix build (nw) AJR2019-03-161-0/+2
* Fix build (nw) AJR2019-03-161-1/+1
* i386: add a simple cache to the athlon xp processor (nw) yz70s2019-03-144-0/+520
* Fix for 6809 disassembly (#4753) tomctomc2019-03-142-13/+15
* i186: Add interrupt controller registers to debugger state AJR2019-03-112-1/+18
* f3853: added 3851 and preliminary 38T56 (nw) hap2019-03-121-1/+3
* Revert now-unnecessary and irrelevant part of e80276bb23b25b7e2a6772e737cebbf... AJR2019-03-111-37/+37
* New working machine couriersud2019-03-121-37/+37
* f3853: add preliminary support for 3856, enough to get borisdpl playable (nw) hap2019-03-111-30/+30
* f8: small cleanup and fix reset pin (nw) hap2019-03-111-320/+328
* 8x300dasm.cpp: These are used by the 8X305 (nw) AJR2019-03-111-1/+1
* hpcdasm.cpp: Import some things to fix issue #4748 (nw) AJR2019-03-101-0/+4
* Machines promoted to working hap2019-03-103-36/+11
* geneve: Fix GPL mode lockup, caused by prior interrupt latch modifications. Michael Zapf2019-03-071-4/+7
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-4/+4
* Merge pull request #4480 from ajrhacker/crushift ajrhacker2019-03-063-88/+56
|\
| * tms9900: Notes on CRU addressing (nw) AJR2019-03-021-1/+14
| * tms9900, tms9980a, tms9995: CRU addressing change AJR2019-03-013-87/+42
* | hh_amis2k driver rewrite (nw) hap2019-03-062-6/+8
* | hpc: Notes (nw) AJR2019-03-051-0/+19
* | hpc: Add HPC46003 type for future use (nw) AJR2019-03-054-4/+72
* | hpc: Correct disassembly of B&X mode bit instructions (nw) AJR2019-03-051-6/+3
* | h2h basketball/hockey/soccer: draw the diagonal leds (nw) hap2019-03-041-2/+2
* | hpc: Debugging aid (nw) AJR2019-03-031-0/+3
* | Add skeleton CPU device and disassembler for HPC architecture AJR2019-03-034-0/+963
|/
* tms1000: move tms0270 devcb binders to base class (nw) hap2019-03-016-53/+17
* mips1: bc2/bc3 always work (nw) Patrick Mackinlay2019-03-011-2/+64
* Philips company is 1 L (nw) hap2019-02-281-1/+1
* i386: correct error in previous change (nw) yz70s2019-02-261-2/+2
* mips1: fpu emulation Patrick Mackinlay2019-02-262-726/+1354
* i386: preparations to add the athlon xp cache (nw) yz70s2019-02-265-30/+49
* srcclean (nw) Vas Crabb2019-02-242-10/+10
* i8089: Fix 16-bit target DMA transfers without DRQ Dirk Best2019-02-231-3/+2
* alpha: implement srom interface (nw) Patrick Mackinlay2019-02-202-8/+123
* alpha: most integer instructions (nw) Patrick Mackinlay2019-02-193-19/+1025
* mips3: trivial changes (nw) Patrick Mackinlay2019-02-183-80/+13
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-182-15/+8
* HP9825: added 9825T variant (#4629) fulivi2019-02-162-2/+78