summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu/m6809/m6809make.py: Fixed invalid escape sequence warnings. Vas Crabb27 hours1-2/+2
* cpu/tms34010/tms34010.cpp: Suppress side effects for debugger reads. (#12287) cam9002 days1-9/+15
* m6801: fix new regression with eat_cycles hap7 days2-2/+15
* cpu/h8500: Remove "intram" space to simplify memory interface for future emul... AJR9 days5-15/+7
* drcbex64,drcbex86: avoid deprecated functions Patrick Mackinlay12 days2-3/+3
* i186: Use cycles_to_attotime and attotime_to_cycles for timer period calculat... AJR13 days1-3/+3
* ibm5100: improve program memory handling Patrick Mackinlay2024-04-082-13/+13
* i186: remove outdated error message cracyc2024-04-071-5/+0
* i186: fix dma on timer2 and timer2 as prescaler (#12223) Hannes Janetzek2024-04-061-2/+6
* mips1: avoid sgi 4d1-3b panic Patrick Mackinlay2024-04-051-1/+1
* palm: add program level output Patrick Mackinlay2024-04-042-9/+11
* upd78k2: Correct decoding of ROR4 and ROL4 in disassembler AJR2024-04-011-2/+2
* palm: improve interrupt handling Patrick Mackinlay2024-04-012-25/+83
* tms9900: Fix undefined behaviour when reset occurs during a data derivation s... Michael Zapf2024-04-011-0/+6
* m68000: Fix pc interactions in debugger Olivier Galibert2024-03-291-4/+8
* pc9801: don't init egc at reset, hap2024-03-281-6/+6
* palm: fix disassembler synthetics Patrick Mackinlay2024-03-281-45/+45
* New systems marked not working hap2024-03-271-0/+2
* palm: new cpu device and disassembler Patrick Mackinlay2024-03-274-0/+547
* swx00: Initial buggy noise Olivier Galibert2024-03-271-32/+16
* avr8: fix port D bit 7 toggle on timer2 hap2024-03-251-4/+4
* avr8: fix SBIW V flag once more hap2024-03-241-9/+12
* avr8: some registers were missing from addressmap, hap2024-03-242-19/+22
* tlcs900: fix setting programcounter in debugger hap2024-03-243-9/+22
* m6801: revert changes to serial emulation from a4cf1316fa003f73193c3010984a37... hap2024-03-242-123/+29
* hd6301x: fix missed timer 2 event(s) when tconr < elapsed counts, hap2024-03-232-65/+158
* misc: small cleanups hap2024-03-232-8/+8
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb2024-03-246-7/+7
* cpu/t11: Improved trace trap processing, and added basic interrupt processing... shattered2024-03-243-19/+189
* i386: handle double and triple faults cracyc2024-03-231-29/+37
* misc swx00 fixes Olivier Galibert2024-03-192-1/+4
* h8_timer: compare match event was off by 1 hap2024-03-192-27/+31
* mks3: first hle Olivier Galibert2024-03-182-2/+19
* sh7042: Start introducing the interrupts Olivier Galibert2024-03-184-4/+52
* swx00: Advance Olivier Galibert2024-03-182-33/+147
* Start adding the m37640 Olivier Galibert2024-03-182-0/+69
* cpu/hcd62121, casio/cfx9850.cpp: Various fixes: (#12137) qufb2024-03-194-99/+401
* h8: don't save the mode settings, move mac_saturating var to h8s2600 and hook... hap2024-03-187-9/+31
* mb88xx: clean up spacing, single line comments, shorthand variable types hap2024-03-184-467/+373
* h8: add more variables to savestate, hap2024-03-1813-47/+97
* ymmu*: invert lcd edge, hap2024-03-121-1/+1
* ns32000: hook exceptions in debugger prior to entry Patrick Mackinlay2024-03-111-4/+15
* cpu/z80/r800dasm.cpp: Add disassembler for ASCII R800. (#12116) wilbertpol2024-03-102-0/+645
* The abs16/abs32 variants of the bit operations seem to have been introduced i... Olivier Galibert2024-03-073-50/+65
* misc hap disasm: correction to prev commit hap2024-03-0714-19/+19
* misc hap disasm: move opcode mnemonics enum out of header file hap2024-03-0722-231/+222
* h8: add internal rom to address map for some h8 devices hap2024-03-079-56/+88
* cpu/g65816: Don't expose a pile of macros to downstream users. Vas Crabb2024-03-0811-96/+102
* h8: correct typo with dasm abs16 [Olivier Galibert] hap2024-03-071-1/+1
* h8h: fix rte in normal mode hap2024-03-071-9/+8