summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* r4000: simplify branch state Patrick Mackinlay2021-04-022-124/+69
* r4000: physical address space is 36 bits Patrick Mackinlay2021-04-011-3/+3
* r4000: timing improvements Patrick Mackinlay2021-04-012-20/+80
* srcclean in preparation for release Vas Crabb2021-03-282-2/+2
* 68hc11: amount of work not worthy of me being copyright holder hap2021-03-274-4/+4
* mc68hc11: Memory modernization and updates AJR2021-03-262-306/+491
* ppc: better lswx/stsxw fix Olivier Galibert2021-03-261-6/+10
* ppc: Fix uml for stswx, lswx Olivier Galibert2021-03-261-2/+2
* ppc: fix mmu/exceptions debug messages Olivier Galibert2021-03-261-3/+12
* ppc: Fix mcrxr uml Olivier Galibert2021-03-261-1/+1
* mm78la: small fix with carry flag hap2021-03-241-3/+3
* hh_pps41: mwcfootb is mm78 hap2021-03-233-2/+4
* New working machines hap2021-03-227-43/+135
* pps41: add preliminary mm78la/mm77la hap2021-03-1912-35/+239
* hd647180x: Eliminate data space and instead map internal RAM into program spa... AJR2021-03-174-58/+16
* New working clones hap2021-03-152-0/+4
* i186: Timer updates AJR2021-03-152-60/+53
* pps41: remove obsolete function hap2021-03-143-8/+2
* New working machines hap2021-03-134-47/+56
* New machines marked as NOT_WORKING hap2021-03-112-3/+9
* pps41: add serial i/o hap2021-03-094-9/+71
* pps41: add remaining mm78 opcodes hap2021-03-093-13/+63
* New working machines hap2021-03-095-9/+13
* pps41: added some mm78 opcodes (untested) hap2021-03-086-9/+278
* pps41: added mm78 disasm and mm77/mm78 skeleton device hap2021-03-089-20/+319
* devices/bus/megadrive/svp.cpp: moved internal ROM here instead that in the ss... Ivan Vangelista2021-03-082-12/+0
* New working machines hap2021-03-076-16/+87
* ssp1601.cpp: dumped internal ROM [Javier de Silóniz Sandino, krom / Peter Le... Ivan Vangelista2021-03-072-0/+12
* pps41: add some i/o opcodes hap2021-03-067-37/+138
* fidel_cc7: bcc rom is older hap2021-03-051-1/+3
* pps41: added most of the mm76 opcodes except for i/o hap2021-03-055-14/+523
* pps41: add skeleton MM76-derived devices hap2021-03-049-20/+199
* mastmind: reordered rom pages hap2021-03-031-3/+4
* New working machines AJR2021-02-274-0/+771
* added MM76 disassembler and preliminary PPS-4/1 MCU core [hap] hap2021-02-2627-148/+864
* 68hc05EG: use proper HC05 base cycle timings and disassembler [R. Belmont, Va... arbee2021-02-242-0/+18
* 68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb] arbee2021-02-231-1/+1
* hh_cops1: qkracerm ram is 8x12 hap2021-02-232-1/+6
* srcclean in preparation for branching release Vas Crabb2021-02-211-1/+1
* kl5c80a12, kl5c80a16: Emulate on-chip parallel ports AJR2021-02-184-2/+382
* deco_mlc: added sprite autoflicker flag, fixed small problem with use8bppMode... hap2021-02-172-4/+4
* m740: Fix calculation of destination address for disassembly of BBC/BBS n, A,... AJR2021-02-161-1/+1
* New working machines hap2021-02-152-3/+3
* added MM5799 MCU emulation [hap] hap2021-02-1415-9/+1285
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1432-160/+165
* avr8: Coverity 315979 Robbbert2021-02-131-2/+2
* m6809: Fix regression in RTI timing AJR2021-02-091-4/+4
* f8: Use CLR instead of LIS H'00' as disassembly of opcode 0x70 AJR2021-02-091-0/+2
* m6809: Fix syntax errors AJR2021-02-082-2/+3
* m6809: Improve accuracy of dummy fetch patterns AJR2021-02-082-23/+48