summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix to allow mips3 exceptions to detect branch delay slots for setting EPC. Happy2015-10-152-4/+11
| | | | Minor cleanup/correction for n64.c
* Commented out a bunch of printfs related to hng64. (nw) Andrew Gardner2015-10-061-28/+28
| | | | | Just doing this to clean things up a bit and make my git branch a little prettier. Apologies if this is a pain, but they're easily added back.
* Naming update, nw therealmogminer@gmail.com2015-10-0215-38/+38
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-304-10/+8
|
* fixed tms1980 TDO opcode hap2015-09-282-2/+10
| | | | | | | ----------- New games added or marked as working: TI DataMan [hap, Sean Riddle]
* Added overlooked factor of 2 to VI timing to account for vertical resolution ↵ Happy2015-09-281-1/+10
| | | | | | | | being set in half-lines. Changed rsp disassembly to use MIPS ABI names for registers. Implemented 'start valid' bit in RDP status register. Increased scheduler quantum time to allow for better r4300 <-> RSP signaling.
* TI DataMan WIP hap2015-09-281-3/+3
|
* m68k: fix 020+ PACK/UNPK nibble ordering [Till Harbaum, R. Belmont] arbee2015-09-262-24/+24
|
* added tms1980 device hap2015-09-262-21/+60
|
* N64 changes Happy2015-09-231-1/+1
| | | | | | | | PI transfers round down/truncate last bit SI transfers signal busy while waiting for delay Initial work to seperate VI from RDP as the actual hardware has no direct communication between them Stop ERET instruction spamming the error log Stop screen update from spamming the error log for using MCFG_SCREEN_VBLANK_TIME. The value set was also complete nonsense.
* m68k: fix corner case for 020+ bitfield instructions [Till Harbaum] arbee2015-09-212-47/+34
|
* Fix macro wrap (nw) Vas Crabb2015-09-191-3/+3
|
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-13788-0/+632021