summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-2918-2559/+2556
* more compile fixes (nw) R. Belmont2016-06-271-2/+1
* fix compile (nw) R. Belmont2016-06-271-1/+1
* Fix spurious double-load in SPARC core therealmogminer@gmail.com2016-06-271-1/+258
* small cleanup (nw) Vas Crabb2016-06-272-15/+15
* Add support for showing will branch/will fall through comment on SPARC branch... Vas Crabb2016-06-274-28/+178
* Fix validation error in debugger therealmogminer@gmail.com2016-06-261-1/+1
* Fix LDUH, LDSH, LDUHA, and LDSHA opcodes in the SPARC core therealmogminer@gmail.com2016-06-262-2/+8
* VBL opcode is pretty annoying to log, since it fills for obvious reasons. angelosa2016-06-261-2/+2
* dec_lk201: keyclick [Bavarese] cracyc2016-06-232-30/+33
* SPARC VIS 2+, VIS 3 and VIS 3B disassembler support [Vas Crabb] Vas Crabb2016-06-242-61/+196
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-232-19/+14
* Convert SPARCv8 ops to document-described functionality therealmogminer@gmail.com2016-06-234-175/+432
* VS2015 fixes in SPARC, disassemble VIS II SIAM (nw) Vas Crabb2016-06-234-14/+34
* terminate those strings (nw) Vas Crabb2016-06-231-1/+6
* Merge pull request #985 from fulivi/hp9845_dev3 R. Belmont2016-06-222-14/+22
|\
| * hphybrid: cleanup of AEC logic fulivi2016-06-212-14/+22
* | Rewrite SPARC emulation based on detailed descriptions from SPARC ref manual therealmogminer@gmail.com2016-06-233-919/+2673
* | VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb] Vas Crabb2016-06-232-30/+237
* | misc fixes (nw) Olivier Galibert2016-06-221-1/+1
* | tms32025.cpp: devcb instead of memory map for ports (nw) Ivan Vangelista2016-06-222-19/+59
* | fix my stupidity - thanks Happy and Ryan (nw) Vas Crabb2016-06-221-3/+3
* | Add SPARC to unidasm [Vas Crabb] Vas Crabb2016-06-221-7/+11
* | sparc: fixed store double. sun4: checkpoint (nw) arbee2016-06-211-1/+1
* | t11: show flags (nw) cracyc2016-06-211-1/+1
* | SPARC disassembler improvements: [Vas Crabb] Vas Crabb2016-06-224-51/+66
* | Merge pull request #981 from shattered/_c58c4ac R. Belmont2016-06-211-1/+1
|\ \
| * | t11: fix MARK insn (not supported by actual T11) Sergey Svishchev2016-06-211-1/+1
| |/
* | improve SPARC disassembler: [Vas Crabb] Vas Crabb2016-06-225-529/+1332
* | tms57002: I hadn't yet understood some of the, err, subtleties of the memory ... Olivier Galibert2016-06-211-1/+1
* | v25.cpp: made it use devcb instead of a memory map for the ports (nw) Ivan Vangelista2016-06-213-13/+65
* | Fix traps therealmogminer@gmail.com2016-06-212-8/+14
|/
* Show target address for call and branch instructions in SPARC therealmogminer@gmail.com2016-06-191-2/+2
* Merge remote-tracking branch 'mainline/master' therealmogminer@gmail.com2016-06-194-5/+16
|\
| * atlantis: Added dcs3 fifo reset to address map (nw) Ted Green2016-06-193-2/+13
| * atlantis: Update address mapping and add zeus2 video device (nw) Ted Green2016-06-191-2/+2
| * gcc 6.1.1 warning fix (nw) Olivier Galibert2016-06-181-2/+2
* | Checkpoint therealmogminer@gmail.com2016-06-193-77/+209
|/
* Make SPARC use only one memory map, nw therealmogminer@gmail.com2016-06-183-120/+249
* Merge remote-tracking branch 'mainline/master' therealmogminer@gmail.com2016-06-1815-158/+879
|\
| * Fix some cpus with virtual ports, mark them with +1 in any case (nw) Olivier Galibert2016-06-174-6/+6
| * gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-166-29/+54
| * Memory fun [O.Galibert] Olivier Galibert2016-06-141-12/+12
| * Fixed 4 compile errors. Robbbert2016-06-131-4/+4
| * finish the mb86235 disassembler (nw) Ville Linde2016-06-122-109/+804
| * Revert "More work on gameking 3 [PeT]" Miodrag Milanovic2016-06-123-271/+0
| * More work on gameking 3 [PeT] Miodrag Milanovic2016-06-123-0/+271
| * for MSVC (nw) smf-2016-06-092-2/+3
* | Clean up some unused variables, register some others therealmogminer@gmail.com2016-06-182-1/+5
* | Add (untested) trap support to SPARC core therealmogminer@gmail.com2016-06-184-33/+333