summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-1112-22/+22
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1064-190/+1479
|\
| * -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-072-1/+3
| * mc68hc11: Add stubs for TCTL registers; document coding bug in asma2k AJR2021-09-062-0/+52
| * tx0.cpp: Further fixes AJR2021-09-041-2/+2
| * unidasm: Add disassembler for DEC VAX architecture AJR2021-09-032-0/+1158
| * Move endianness type into lib/util header AJR2021-08-311-4/+4
| * -f-32.cpp: royalpk2 fixes and updates (#8493) [Ryan Holtz] MooglyGuy2021-08-302-22/+71
| * hd6120: Fix effect of TAD on LINK flag AJR2021-08-261-3/+1
| * gts1: various fixes. Still not working though. Robbbert2021-08-271-54/+41
| * tx0dasm.cpp: Add notes on OPRs for reference AJR2021-08-261-0/+74
| * i386.cpp: when DEBUG_MISSING_OPCODE is defined, log a small backtrace yz70s2021-08-252-4/+16
| * srcclean for upcoming release Vas Crabb2021-08-222-25/+25
| * decmate2: Patch one ROM file in 31Z BIOS (#2) to correct JMP I instruction AJR2021-08-181-3/+3
| * hh_hmcs40: improved bpengo svg [hap, eggs] hap2021-08-161-1/+1
| * Missing implementation Miodrag Milanovic2021-08-161-0/+7
| * Use std::clamp in more source files AJR2021-08-152-3/+3
| * Debugger-related feature removals and cleanup AJR2021-08-1545-68/+18
* | Bump T11 input lines to 16. Aaron Giles2021-08-221-1/+1
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-2022-36/+36
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-14103-15118/+7364
|\|
| * apple2gs disassembly updates: (#8430) ksherlock2021-08-121-21/+21
| * tx0_64kw, tx0_8kw: Fixes and improvements AJR2021-08-122-105/+682
| * Assorted N64 fixes (#8415) MooglyGuy2021-08-0936-11201/+2699
| * taitopjc: fix save states Ville Linde2021-08-071-0/+93
| * Genearate seaparate dasm header for TMS57002 Miodrag Milanovic2021-08-022-11/+14
| * f2mc16: Updates AJR2021-07-282-15/+402
| * f2mc16: General cleanup AJR2021-07-282-378/+277
| * ns32082: implement program flow trace support Patrick Mackinlay2021-07-284-7/+7
| * ns32000: fix smr instruction bug Patrick Mackinlay2021-07-281-2/+2
| * New machines marked as NOT_WORKING AJR2021-07-262-1/+33
| * f2mc16: Updates and fixes AJR2021-07-263-65/+428
| * tx0_8kw: IOS fix AJR2021-07-251-0/+1
| * tx0_64kw: Various fixes AJR2021-07-251-26/+3
| * mcs51: add i8744 Patrick Mackinlay2021-07-232-0/+22
| * ns32000: check destination is zero-extended Patrick Mackinlay2021-07-221-5/+4
| * f2mc16: Rewrite disassembler AJR2021-07-215-2198/+1703
| * Implement 68k FPU FATAN instruction (#8287) Calvin Buckley2021-07-181-0/+7
| * ns32000dasm: rewrite Patrick Mackinlay2021-07-162-974/+538
| * ns32000: fix check instruction undefined behavior Patrick Mackinlay2021-07-161-0/+4
| * New working machines hap2021-07-132-2/+1
| * MAKE_INT_8 fails on GCC/ARM (#8285) David Viens2021-07-111-11/+1
| * mb86233: refine the patch to only do fp-type flag setting on fp operations [R... Olivier Galibert2021-07-092-27/+33
| * mb86233: Fix flags behaviour on -0, seems to fix virtua fighter and motorraid... Olivier Galibert2021-07-092-25/+31
| * cpu/nanoprocessor: Improvements based on chip reverse-engineering. (#8253) fulivi2021-07-052-35/+81
| * srcclean in preparation for release Vas Crabb2021-06-273-11/+11
| * pic1670: Fix major string-related bug in disassembler AJR2021-06-231-1/+1
| * cpu/alto2: Fixed allocation widths for decoded ROMs, and removed a bunch of r... Vas Crabb2021-06-228-82/+75
| * Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-227-40/+29
| * h8500: Add mode control and EPROM variant types AJR2021-06-209-14/+81