summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* cbuster.cpp, darkseal.cpp, vaportra.cpp: Add workaround to 6280 core to fix m... AJR2019-09-092-3/+8
* -r4000: Report the correct sub-revision for the R4600, and allow specific R4x... mooglyguy2019-09-082-6/+6
* h8: Disassembly improvements AJR2019-09-025-31/+51
* f2mc16: more opcodes, improved disassembly (nw) arbee2019-09-024-48/+313
* sm500: fix problem on wakeup from HALT (nw) hap2019-08-311-1/+1
* m37710: Internalize timing for A-D converter AJR2019-08-302-7/+45
* f2mc16: more diassembler opcodes (nw) arbee2019-08-291-1/+127
* f2mc16: added more opcodes to diassembler, normalized bit syntax [R. Belmont] arbee2019-08-291-6/+182
* f2mc16: fixed BBC branch offset, add savestates, cleanup variable usage in ut... arbee2019-08-292-44/+66
* mips1: undocumented behaviour (nw) Patrick Mackinlay2019-08-291-1/+12
* SH2 clock multiplier docs MetalliC2019-08-293-8/+21
* f2mc16: More opcodes and more robust IRQ handling [R. Belmont] arbee2019-08-275-47/+588
* se3208: Clean up disassembler and remove unwanted newline (nw) AJR2019-08-262-33/+25
* tms34020: Fix BLMOVE aligment handling Priit Laes2019-08-251-32/+25
* srcclean (nw) Vas Crabb2019-08-253-742/+742
* z180: Fixed verbose logging (nw) Nigel Barnes2019-08-221-6/+6
* alto2: Use device finders for Diablo HDs (nw) AJR2019-08-213-13/+3
* alto2: Make another thing into a callback (nw) AJR2019-08-213-27/+9
* alto2: Properly internalize address maps, likely fixing regression (nw) AJR2019-08-211-3/+3
* alto2: Use callback for reading keyboard (nw) AJR2019-08-213-15/+8
* Merge pull request #5509 from despair86/mame-solaris R. Belmont2019-08-194-4/+13
|\
| * Fix Solaris 2.11 (non-Oracle) Rick V2019-08-194-4/+13
* | some monon disassembly helpers [anonymous] (#5504) David Haywood2019-08-196-13/+300
* | -dsp56k: Renamed relevant classes, files and namespaces to indicate that it i... mooglyguy2019-08-1921-1937/+1937
|/
* cosmac: Attach following byte to disassembly of OUT instruction when P = X AJR2019-08-174-22/+33
* m65c02: D flag is cleared on reset in CMOS models (nw) AJR2019-08-176-4/+13
* Merge branch 'master' of https://github.com/mamedev/mame angelosa2019-08-152-436/+4433
|\
| * Merge pull request #5483 from DavidHaywood/150819 R. Belmont2019-08-152-436/+4433
| |\
| | * don't use my ill-conceived generator for arcompact, easier to work with as re... DavidHaywood2019-08-152-436/+4433
* | | h6280.cpp: fix unintended behaviour on timer value latch [Angelo Salese] angelosa2019-08-151-1/+3
|/ /
* | 6502: update prev commmit (moves P |= F_I; to STATE_RESET instead of device_r... hap2019-08-154-4/+5
* | mm2: add RES buttons (nw) hap2019-08-151-0/+5
* | r4000: revert unwanted change (nw) Patrick Mackinlay2019-08-151-2/+1
* | debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-1/+2
|/
* r4000: interrupt/exception changes (nw) Patrick Mackinlay2019-08-151-17/+6
* mc68hc11: Add another register stub; remove vestigial declaration (nw) AJR2019-08-132-3/+21
* mc68hc11: Add internal latches and direction registers for ports AJR2019-08-132-226/+418
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-135-0/+6
* Machine promoted to working hap2019-08-132-15/+21
* cosmac: Use conventional decimal numbering for registers AJR2019-08-122-19/+19
* cdp1805, cdp1806: Use new 1805 disassembler (nw) AJR2019-08-122-0/+9
* cosmac: add very preliminary 1804/5/6 (nw) hap2019-08-132-27/+246
* cosmac: Add disassembler support for CDP1805 with extended instruction set AJR2019-08-122-2/+76
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+2
* mc68hc11: CPU device modernization (nw) AJR2019-08-102-89/+181
* r65c02: Don't throw away the branch offset for BBR and BBS (nw) AJR2019-08-101-2/+2
* m65c02, r65c02: Correct memory access patterns for read-modify-write instruct... AJR2019-08-104-50/+228
* mips1: rework interrupts (nw) Patrick Mackinlay2019-08-092-53/+41
* v25: More work towards macro service (nw) AJR2019-08-072-36/+128
* v25: Add more interrupt SFRs, including underpinnings for macro service (nw) AJR2019-08-073-3/+210