summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* i86: wrap at end of segment not at 64k boundary cracyc2022-02-061-1/+1
* sm510: k input wakeup is not edge triggered hap2022-02-033-35/+10
* st2xxx: Fix regression by preventing IRQ level from changing between vector p... AJR2022-01-302-10/+26
* cop400: add accessor for L output hap2022-01-292-4/+10
* cop400: add accessors for sk/so output pin state hap2022-01-292-9/+18
* 65C02 updates AJR2022-01-278-108/+1028
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2631-55/+47
* ns32000dasm.h: Fix clang error: extra qualification on member 'displacement_s... AJR2022-01-251-1/+1
* ns32000: show displacements as signed hexadecimal Patrick Mackinlay2022-01-262-23/+36
* srcclean in preparation for 0.240 Vas Crabb2022-01-232-10/+10
* cpu/adsp2100/*.*: Add partially support for PMOVLAY register (#9164) cam9002022-01-193-13/+97
* Fix several issues in DC-based HW (#9150) Angelo Salese2022-01-173-34/+29
* Add skeleton CPU device and disassembler for NEC 78K/IV (uPD784XXX) architecture AJR2022-01-158-12/+1935
* g65816: Make absolute indexed indirect JMP/JSR fetch destination addresses fr... AJR2022-01-151-8/+1
* Namco custom chip improvements (#9141) Mike2022-01-141-2/+7
* upd7810_table.cpp: fix LDAX and STAX tables to match proper instruction size ... goldnchild2022-01-111-14/+14
* Fix 64-bit OP_TEST UML instruction for C backend (balrog) balr0g2022-01-011-1/+1
* ctk551: minor I/O corrections (#9076) Devin Acker2021-12-312-3/+9
* h8_sci_device: don't set TDRE when receiving (#9051) Devin Acker2021-12-271-1/+0
* im05: simpler implementation hap2021-12-271-3/+3
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-262-20/+20
* sm511: assume that divider reset is same as sm510 hap2021-12-214-9/+1
* sm510: fix wakeup after CEND, reorganize files a bit hap2021-12-2119-488/+544
* mn1880: Fix ASR carry calculation AJR2021-12-171-11/+6
* -Updated translations: Vas Crabb2021-12-171-2/+2
* gt913: minor cleanup (#8985) Devin Acker2021-12-141-7/+2
* Revert "Revert "ctk551: implement sound, promote to working (#8960)" (#8980)"... R. Belmont2021-12-143-8/+15
* Revert "ctk551: implement sound, promote to working (#8960)" (#8980) R. Belmont2021-12-143-15/+8
* ctk551: implement sound, promote to working (#8960) Devin Acker2021-12-143-8/+15
* Research into thoop and squash 'refresh rate' protection [Victor Fernandez (C... David Haywood2021-12-142-3/+36
* t11: power fail trap is NMI, added bus error trap hap2021-12-092-7/+27
* sparclite: correct wssr[0] reset state hap2021-12-061-3/+3
* sparclite: correct disasm after prev commit hap2021-12-061-1/+4
* sparclite: OP3_SCAN had the wrong id hap2021-12-062-11/+8
* sparc: check pending interrupt after RETT hap2021-12-061-0/+6
* sparc: get rid of icount time travel hap2021-12-062-241/+13
* sparc: fix LDSTUBA not working hap2021-12-051-2/+2
* sparclite: NWINDOWS=8 hap2021-12-053-13/+30
* sparc: SWAP/SWAPA on unaligned address causes a trap hap2021-12-042-42/+44
* Remove a few outdated references to MESS Dirk Best2021-12-022-8/+1
* v60: Code cleanup AJR2021-12-017-75/+36
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-1/+1
* Various cleanups. Vas Crabb2021-12-021-3/+1
* sparclite: update notes hap2021-12-011-16/+11
* sparclite: add preliminary system support ctrl reg hap2021-12-012-11/+39
* g65816: Replace #ifdef UNUSED_FUNCTION with [[maybe_unused]] to deter code rot AJR2021-12-012-6/+2
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-282-31/+45
* sparc: remove pseudocode comments copy pasted from manual hap2021-11-281-909/+29
* sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction hap2021-11-281-2/+11
* am29000: Simplify shift calculation for multiply and divide steps, eliminatin... AJR2021-11-271-26/+15